Skip to content

Commit

Permalink
Make navbar show absolute guide URL with existing, undocumented DB se…
Browse files Browse the repository at this point in the history
…tting. IQSS#6877
  • Loading branch information
poikilotherm committed Apr 30, 2020
1 parent 5ffc7b0 commit eacad04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/dataverse_header.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
</h:outputLink>
</li>
<li>
<h:outputLink value="#{settingsWrapper.guidesBaseUrl}/#{systemConfig.guidesVersion}/user" target="_blank" rel="noopener">
<h:outputLink value="#{settingsWrapper.get(':NavbarGuidesUrl', settingsWrapper.guidesBaseUrl.concat('/').concat(systemConfig.guidesVersion).concat('/user'))}" target="_blank" rel="noopener">
<h:outputText value="#{bundle['header.guides.user']}"/>
</h:outputLink>
</li>
Expand Down

0 comments on commit eacad04

Please sign in to comment.