Skip to content

Commit

Permalink
Merge pull request #2 from opengisch/fix-webgis-help-link
Browse files Browse the repository at this point in the history
Fix Link to external help document
  • Loading branch information
vvmruder authored Nov 21, 2022
2 parents e4b9e0b + cfda38e commit ceba11d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/js/Help.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export function renderHelp() {
return (
<div>
<div>
<a href="/html/webgishelp.pdf" target="_blank">Anleitung (PDF)</a>
<a href="/static_files/help/webgishelp.pdf" target="_blank">Anleitung (PDF)</a>
</div>
<div>QWC2 build {process.env.BuildDate}</div>
<div>
Expand Down

0 comments on commit ceba11d

Please sign in to comment.