-
-
Notifications
You must be signed in to change notification settings - Fork 38
Description
Hi,
the links in the table section of the online book are broken : https://together-java.github.io/ModernJava
The issue is that the current section link part is added to the link of other sections, making them invalid.
per example, go to page "Asking for Help" (page url is https://together-java.github.io/ModernJava/prelude/asking_for_help.html)
This url contains the prelude url part.
Now try using the link "Set Up Your Computer" in the table of content : the proposed link https://together-java.github.io/ModernJava/prelude/text_editors/set_up_your_computer.html doesnt work.
The link also contains prelude part. Correct link is https://together-java.github.io/ModernJava/text_editors/set_up_your_computer.html
This is the same pattern in all sections of the table of content