Skip to content
Snippets Groups Projects
Commit 2c902e53 authored by Philipp Spohr's avatar Philipp Spohr
Browse files

Fix for Thesis link

parent 9bb204d1
Branches
Tags
No related merge requests found
...@@ -29,7 +29,7 @@ public final class HelpLinks { ...@@ -29,7 +29,7 @@ public final class HelpLinks {
} }
private static URI buildURI(String fragment) throws URISyntaxException { private static URI buildURI(String fragment) throws URISyntaxException {
return new URI(null,docLocation,fragment); return new URI(null,docLocation,"nameddest="+fragment);
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment