diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-04-11 03:27:38 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-04-11 03:27:38 +0000 |
commit | ee69926b10b5b311c5b7cfd0c477569ad18d005c (patch) | |
tree | e1f4ae9aaef4931c416bc26218a41d53e3855c03 /docs/CommandGuide | |
parent | dd499c3dd2d94f37a46b9275bda5d38c75b58430 (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/CommandGuide')
-rw-r--r-- | docs/CommandGuide/index.html | 2 |
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> |