summaryrefslogtreecommitdiffstats
path: root/user_guide/nav/nav.js
diff options
context:
space:
mode:
authorJoël Cox <joel@joelcox.nl>2011-08-27 20:21:19 +0200
committerPhil Sturgeon <email@philsturgeon.co.uk>2011-10-27 00:44:14 +0200
commit7bd6335c77cfc5fec9e7e788d45d110c1b09ffd1 (patch)
treec4bbf6c2f08df78fb0b1be5ad8f9aa58f1915b7e /user_guide/nav/nav.js
parent5cbced2f3899726241b7a3a83e47a92fb01dbf83 (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.js2
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>' +