diff options
author | Joël Cox <joel@joelcox.nl> | 2011-08-27 20:21:19 +0200 |
---|---|---|
committer | Joël Cox <joel@joelcox.nl> | 2011-08-27 20:21:19 +0200 |
commit | 5696374de382414cec9123e090a7d6df854e5934 (patch) | |
tree | 7047e146eefb57fda2d2db03d0643b526b78dc52 /user_guide/nav/nav.js | |
parent | a3ab544a9eb24cb40dd7608d62b5485824eb49dc (diff) |
Renamed introduction to index and small code style fixes (patch by @ericbarnes).
Diffstat (limited to 'user_guide/nav/nav.js')
-rw-r--r-- | user_guide/nav/nav.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/nav/nav.js b/user_guide/nav/nav.js index b57851a6c..bc668ec27 100644 --- a/user_guide/nav/nav.js +++ b/user_guide/nav/nav.js @@ -40,7 +40,7 @@ function create_menu(basepath) '<h3>Tutorial</h3>' + '<ul>' + - '<li><a href="'+base+'tutorial/introduction.html">Introduction</a></li>' + + '<li><a href="'+base+'tutorial/index.html">Introduction</a></li>' + '<li><a href="'+base+'tutorial/static_pages.html">Static pages</a></li>' + '<li><a href="'+base+'tutorial/news_section.html">News section</a></li>' + '<li><a href="'+base+'tutorial/create_news_items.html">Create news items</a></li>' + |