aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Hunt <scshunt@csclub.uwaterloo.ca>2011-06-23 01:22:53 +0000
committerSean Hunt <scshunt@csclub.uwaterloo.ca>2011-06-23 01:22:53 +0000
commit64f857b4efe543026334dbe99c5c22a4b40b517f (patch)
tree60857ad738ec67c0963faf279795e50765af9eff
parent7e98b477de0a2762f057dc49b45fb25587bc4343 (diff)
Fix a minor copy-paste-o that broke the stylesheets
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133678 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/LanguageExtensions.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/LanguageExtensions.html b/docs/LanguageExtensions.html
index 991c3b96c3..dc70c696d2 100644
--- a/docs/LanguageExtensions.html
+++ b/docs/LanguageExtensions.html
@@ -5,8 +5,8 @@
<head>
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Clang LanguageExtensions</title>
- <link type="text/css" rel="stylesheet" href="menu.css">
- <link type="text/css" rel="stylesheet" href="content.css">
+ <link type="text/css" rel="stylesheet" href="../menu.css">
+ <link type="text/css" rel="stylesheet" href="../content.css">
<style type="text/css">
td {
vertical-align: top;