summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide
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
commit62920834fa7a9ea0ac717e3b6d4c63449eb551a6 (patch)
tree0c7f2ac6275fad913726f3200481e83c477b2d99 /llvm/docs/CommandGuide
parent2a7024fa6c0b260d5d0bdf606a268405e86cf5ce (diff)
downloadbcm5719-llvm-62920834fa7a9ea0ac717e3b6d4c63449eb551a6.tar.gz
bcm5719-llvm-62920834fa7a9ea0ac717e3b6d4c63449eb551a6.zip
docs/CommandGuide/index.html: Fix CSS url to relative.
llvm-svn: 129268
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r--llvm/docs/CommandGuide/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/index.html b/llvm/docs/CommandGuide/index.html
index 35e0a975519..4ab1b511653 100644
--- a/llvm/docs/CommandGuide/index.html
+++ b/llvm/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>
OpenPOWER on IntegriCloud