forked from OSchip/llvm-project
docs/CommandGuide/index.html: Fix CSS url to relative.
llvm-svn: 129268
This commit is contained in:
parent
2a7024fa6c
commit
62920834fa
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue