Skip to content

Commit

Permalink
fix(handler-pdf): change url of readme
Browse files Browse the repository at this point in the history
  • Loading branch information
J9rem committed Nov 25, 2022
1 parent 7042c23 commit 83a35f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascripts/handler-pdf.js
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ let appParams = {
}));
},
renderHelpUrlButton: function(){
let helpUrl = wiki.url('doc#/tools/publication/README?id=configuration-serveur-wakkaconfigphp');
let helpUrl = wiki.url('doc#/tools/publication/docs/README');
let shortHelpUrl = wiki.url('doc#/tools/publication');
return `<a href="${helpUrl}" class="btn btn-xs btn-info" target="blank">${shortHelpUrl}</a>`;
},
Expand Down

0 comments on commit 83a35f3

Please sign in to comment.