runemadsen / Magic-Book-Project

DEPRECATED: We are reviving the Magic Book project as a node package: https://github.com/magicbookproject/magicbook
http://itp.nyu.edu
620 stars 62 forks source link

create_html_chapters breaks references between chapters #149

Open shiffman opened 11 years ago

shiffman commented 11 years ago

create_html_chapters still thinks there is one long HTML document and so references like:

In section I.2 of the introduction blah blah

end up pointing to the current chapter, i.e.

http://natureofcode.com/book/chapter-1-vectors/#intro_section2

when they should go to:

http://natureofcode.com/book/introduction/#intro_section2