docs/CommandGuide/index.html: Fix CSS url to relative.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 11 Apr 2011 03:27:38 +0000 (03:27 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 11 Apr 2011 03:27:38 +0000 (03:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129268 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CommandGuide/index.html

index 35e0a975519f68fb01bde7dc1325111854a9c5a4..4ab1b511653568c182834c82f4dc6eb7038ce3ec 100644 (file)
@@ -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>