[llvm-commits] [llvm] r129268 - /llvm/trunk/docs/CommandGuide/index.html
NAKAMURA Takumi
geek4civic at gmail.com
Sun Apr 10 20:27:38 PDT 2011
Author: chapuni
Date: Sun Apr 10 22:27:38 2011
New Revision: 129268
URL: http://llvm.org/viewvc/llvm-project?rev=129268&view=rev
Log:
docs/CommandGuide/index.html: Fix CSS url to relative.
Modified:
llvm/trunk/docs/CommandGuide/index.html
Modified: llvm/trunk/docs/CommandGuide/index.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/index.html?rev=129268&r1=129267&r2=129268&view=diff
==============================================================================
--- llvm/trunk/docs/CommandGuide/index.html (original)
+++ llvm/trunk/docs/CommandGuide/index.html Sun Apr 10 22:27:38 2011
@@ -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>
More information about the llvm-commits
mailing list