commit | ee69926b10b5b311c5b7cfd0c477569ad18d005c | [log] [tgz] |
---|---|---|
author | NAKAMURA Takumi <geek4civic@gmail.com> | Mon Apr 11 03:27:38 2011 +0000 |
committer | NAKAMURA Takumi <geek4civic@gmail.com> | Mon Apr 11 03:27:38 2011 +0000 |
tree | e1f4ae9aaef4931c416bc26218a41d53e3855c03 | |
parent | dd499c3dd2d94f37a46b9275bda5d38c75b58430 [diff] [blame] |
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
diff --git a/docs/CommandGuide/index.html b/docs/CommandGuide/index.html index 35e0a97..4ab1b51 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>