docs/CommandGuide/index.html: Fix CSS url to relative.

llvm-svn: 129268
This commit is contained in:
NAKAMURA Takumi 2011-04-11 03:27:38 +00:00
parent 2a7024fa6c
commit 62920834fa
1 changed files with 1 additions and 1 deletions

View 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>