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/LangRef.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/LangRef.html')
-rw-r--r-- | llvm/docs/LangRef.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index 9989cc81971..cdf28078cce 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/docs/LangRef.html @@ -7,7 +7,7 @@ <meta name="author" content="Chris Lattner"> <meta name="description" content="LLVM Assembly Language Reference Manual."> - <link rel="stylesheet" href="llvm.css" type="text/css"> + <link rel="stylesheet" href="_static/llvm.css" type="text/css"> </head> <body> |