aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2011-04-11 03:27:38 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2011-04-11 03:27:38 +0000
commitee69926b10b5b311c5b7cfd0c477569ad18d005c (patch)
treee1f4ae9aaef4931c416bc26218a41d53e3855c03 /docs
parentdd499c3dd2d94f37a46b9275bda5d38c75b58430 (diff)
docs/CommandGuide/index.html: Fix CSS url to relative.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129268 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/CommandGuide/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CommandGuide/index.html b/docs/CommandGuide/index.html
index 35e0a97551..4ab1b51165 100644
--- a/docs/CommandGuide/index.html
+++ b/docs/CommandGuide/index.html
@@ -3,7 +3,7 @@
<html>
<head>
<title>LLVM Command Guide</title>
- <link rel="stylesheet" href="/docs/llvm.css" type="text/css">
+ <link rel="stylesheet" href="../llvm.css" type="text/css">
</head>
<body>