Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
YoshikoWrapper
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Philipp Spohr
YoshikoWrapper
Commits
2c902e53
Commit
2c902e53
authored
7 years ago
by
Philipp Spohr
Browse files
Options
Downloads
Patches
Plain Diff
Fix for Thesis link
parent
9bb204d1
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/de/hhu/ba/yoshikoWrapper/help/HelpLinks.java
+7
-7
7 additions, 7 deletions
src/main/java/de/hhu/ba/yoshikoWrapper/help/HelpLinks.java
with
7 additions
and
7 deletions
src/main/java/de/hhu/ba/yoshikoWrapper/help/HelpLinks.java
+
7
−
7
View file @
2c902e53
...
...
@@ -29,7 +29,7 @@ public final class HelpLinks {
}
private
static
URI
buildURI
(
String
fragment
)
throws
URISyntaxException
{
return
new
URI
(
null
,
docLocation
,
fragment
);
return
new
URI
(
null
,
docLocation
,
"nameddest="
+
fragment
);
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment