diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-09-17 23:05:15 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-09-17 23:05:15 +0000 |
commit | 20fdab6fbf582116a99a185afbcba3ca34655fe1 (patch) | |
tree | b888854abafb02d15eecebe311bbad4a8f48e605 /docs/index.html | |
parent | bcb9770efe409f3291ce21269904744e7bf3397b (diff) |
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/index.html')
-rw-r--r-- | docs/index.html | 2 |
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> |