summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-09-17 23:05:15 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-09-17 23:05:15 +0000
commit20fdab6fbf582116a99a185afbcba3ca34655fe1 (patch)
treeb888854abafb02d15eecebe311bbad4a8f48e605 /docs
parentbcb9770efe409f3291ce21269904744e7bf3397b (diff)
downloadllvm-20fdab6fbf582116a99a185afbcba3ca34655fe1.tar.gz
llvm-20fdab6fbf582116a99a185afbcba3ca34655fe1.tar.bz2
llvm-20fdab6fbf582116a99a185afbcba3ca34655fe1.tar.xz
Make the LLVM Publications link point to /pubs/ since this has moved to
its own page on the LLVM web site. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30447 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html
index a36aee9c4e..fcb998d5e6 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -13,7 +13,7 @@
<table class="layout" width="95%"><tr class="layout"><td class="left">
<ul>
<li><a href="#llvmdesign">LLVM Design</a></li>
- <li><a href="#llvmpubs">LLVM Publications</a></li>
+ <li><a href="/pubs/">LLVM Publications</a></li>
<li><a href="#userguide">LLVM User Guides</a></li>
<li><a href="#llvmprog">General LLVM Programming Documentation</a></li>
<li><a href="#subsystems">LLVM Subsystem Documentation</a></li>