Skip to content

Commit

Permalink
Fixed TOC links.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-ludwig authored and MartinNowak committed Nov 7, 2014
1 parent 9bfe1d6 commit bf09602
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions dpl-docs/views/layout.dt
Expand Up @@ -53,15 +53,15 @@ html(lang='en-US')
#toctop
ul
li
a(href='../index.html', title='D Programming Language') D
a(href='#{info.linkTo(null)}../index.html', title='D Programming Language') D
li
a(href='../spec.html', title='D Language Specification') Language
a(href='#{info.linkTo(null)}../spec.html', title='D Language Specification') Language
li
a(href='../phobos/index.html', title='D Runtime Library') Phobos
a(href='#{info.linkTo(null)}../phobos/index.html', title='D Runtime Library') Phobos
li
a(href='../phobos-prerelease/index.html', title='D Runtime Library (prerelease)') Phobos (prerelease)
a(href='#{info.linkTo(null)}../phobos-prerelease/index.html', title='D Runtime Library (prerelease)') Phobos (prerelease)
li
a(href='../comparison.html', title='Language Comparisons') Comparisons
a(href='#{info.linkTo(null)}../comparison.html', title='Language Comparisons') Comparisons
.navblock
block navigation

Expand Down

0 comments on commit bf09602

Please sign in to comment.