diff options
author | Daniel Dunbar <daniel@zuster.org> | 2012-04-19 20:20:34 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2012-04-19 20:20:34 +0000 |
commit | 46d611a22779aab1e861b4edcb5460947e0f63b5 (patch) | |
tree | a0d382d7659133ee41cd8a5229fde70e3cd99ac8 /llvm/docs/LLVMBuild.html | |
parent | 39b8c3567a8689a2805b0b5673a0889f62974861 (diff) | |
download | bcm5719-llvm-46d611a22779aab1e861b4edcb5460947e0f63b5.tar.gz bcm5719-llvm-46d611a22779aab1e861b4edcb5460947e0f63b5.zip |
[docs] Update HTML pages to refer to CSS in a way that works locally and with Sphinx.
llvm-svn: 155153
Diffstat (limited to 'llvm/docs/LLVMBuild.html')
-rw-r--r-- | llvm/docs/LLVMBuild.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/LLVMBuild.html b/llvm/docs/LLVMBuild.html index f39a8a6a1c0..43726a1a0ff 100644 --- a/llvm/docs/LLVMBuild.html +++ b/llvm/docs/LLVMBuild.html @@ -3,7 +3,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>LLVMBuild Documentation</title> - <link rel="stylesheet" href="llvm.css" type="text/css"> + <link rel="stylesheet" href="_static/llvm.css" type="text/css"> </head> <body> |