diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-07-10 16:56:04 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-07-10 16:56:04 +0000 |
commit | d809c663b7b56ee132675ba531fc822ef91c8f08 (patch) | |
tree | 17e210377a5bc0fb7a7eb051a654f2124d64a9b6 /web/header.html | |
parent | ec8a53aeac4ab526741255a2b1103ea9b6a5f52f (diff) | |
download | pandoc-d809c663b7b56ee132675ba531fc822ef91c8f08.tar.gz |
Small changes to website.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@672 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'web/header.html')
-rw-r--r-- | web/header.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/header.html b/web/header.html index 6f9ce637d..b8e41ff15 100644 --- a/web/header.html +++ b/web/header.html @@ -1,10 +1,10 @@ <div id="sidebar"> <ul> <li><a href="index.html" title="Home page">Home</a></li> -<li><a href="README.html" title="Pandoc documentation">README</a></li> <li><a href="features.html" title="Pandoc features">Features</a></li> <li><a href="examples.html" title="Pandoc demos">Examples</a></li> -<li><a href="doc/index.html" title="API documentation for Pandoc libraries">API</a></li> +<li><a href="README.html" title="Pandoc user's guide">User's Guide</a></li> +<li><a href="doc/index.html" title="API documentation for Pandoc libraries">API Docs</a></li> <li><a href="changelog.html" title="Pandoc's changelog">Changelog</a></li> </ul> </div> |