summaryrefslogtreecommitdiff
path: root/polly/www
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2016-08-30 12:41:04 +0000
committerTobias Grosser <tobias@grosser.es>2016-08-30 12:41:04 +0000
commit0bb9c4b09a5429059b55b1c2b9bb5ae7869ef062 (patch)
tree601efbc857af6ca0327155920c8038fca873ebdc /polly/www
parente1889f186db9a41c6ec2ad058c85d8546b65ee27 (diff)
downloadllvm-0bb9c4b09a5429059b55b1c2b9bb5ae7869ef062.tar.gz
www: shorten links in menu
llvm-svn: 280081
Diffstat (limited to 'polly/www')
-rw-r--r--polly/www/menu.html.incl13
1 files changed, 3 insertions, 10 deletions
diff --git a/polly/www/menu.html.incl b/polly/www/menu.html.incl
index 3a085642ec76..4548645ef30f 100644
--- a/polly/www/menu.html.incl
+++ b/polly/www/menu.html.incl
@@ -8,12 +8,11 @@ Optimizations</span></h2>
</div>
<div id="menu">
- <div class="submenu">
- <label>LLVM</label>
- <a href="http://llvm.org">llvm.org</a>
- </div>
+ <a href="http://llvm.org">llvm.org</a>
<div class="submenu">
<label>Information</label>
+ <a href="/get_started.html">Get and Install</a>
+ </a>
<a href="/index.html">About Polly</a>
<a href="/docs">Documentation</a>
<a href="/performance.html">Performance</a>
@@ -35,12 +34,6 @@ Optimizations</span></h2>
<a href="http://buildd-clang.debian.net/coverage/">Code Coverage</a>
<a href="http://buildd-clang.debian.net/scan-build/">Static analysis</a>
<a href="/doxygen/">Doxygen</a>
- </div>
-
- <div class="submenu">
- <label>The Code</label>
- <a href="/get_started.html">Get and Install</a>
- </a>
<a href="https://github.com/llvm-mirror/polly">Source @ GitHub</a>
</div>