summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorianb <devnull@localhost>2008-06-13 16:50:29 +0000
committerianb <devnull@localhost>2008-06-13 16:50:29 +0000
commit64c71880dd6a50fcf88db69b3336cf1571b1136f (patch)
tree3bffa6d000cf011b5d3ed0ace197b4808e540925 /docs
parentfcf9838bedc2d4952ccbb968249dd69b2c0f9ff3 (diff)
downloadpaste-64c71880dd6a50fcf88db69b3336cf1571b1136f.tar.gz
rename links
Diffstat (limited to 'docs')
-rw-r--r--docs/_templates/layout.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html
index cdc7c50..a6d2a97 100644
--- a/docs/_templates/layout.html
+++ b/docs/_templates/layout.html
@@ -11,8 +11,9 @@
<ul>
<li><a href="http://trac.pythonpaste.org">Issue tracker</a></li>
-<li><a href="http://pythonpaste.org/deploy/">paste.deploy</a></li>
-<li><a href="http://pythonpaste.org/script/">paste.script</a></li>
+<li><a href="http://pythonpaste.org/">Paste core</a></li>
+<li><a href="http://pythonpaste.org/deploy/">Paste Deploy</a></li>
+<li><a href="http://pythonpaste.org/script/">Paste Script</a></li>
</ul>
{{ super() }}