diff options
author | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-09-01 20:57:41 -0700 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-09-01 20:57:41 -0700 |
commit | 60470b7014e971bfb20fe797e3201c43adb1502e (patch) | |
tree | 0ce07865cccda407c01cd8a95619b6112278b235 /website/templates | |
parent | ef17241ad02750d46b52f9ef0ffa1da43706b44b (diff) |
fix links in nav bar.
Diffstat (limited to 'website/templates')
-rw-r--r-- | website/templates/nav.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/templates/nav.mdwn b/website/templates/nav.mdwn index d6b4212..a4bcebf 100644 --- a/website/templates/nav.mdwn +++ b/website/templates/nav.mdwn @@ -1,3 +1,3 @@ -[[overview|index]] | [[why?|why]] | [[download]] | [[documentation|doc]] | [[news]] | [[community]] | [[bugs]] +[[overview|/index]] | [[why?|/why]] | [[/download]] | [[documentation|/doc]] | [[/news]] | [[/community]] | [[/bugs]] ---- |