diff --git a/plugins/deadlock-extension/src/view/briefingView.ts b/plugins/deadlock-extension/src/view/briefingView.ts index f75b3316bfa61d4af6993bae25b94723ef186581..b83d7ebb80575f4fb4501cba1b4b4bc60c36899d 100644 --- a/plugins/deadlock-extension/src/view/briefingView.ts +++ b/plugins/deadlock-extension/src/view/briefingView.ts @@ -72,7 +72,7 @@ export default class BriefingView extends View { if (key !== '3000') { pathsLength++; const path = this.userChallengeConfig?.paths[key]; - adresses += `<li>${key} binded on <a href="https://${this.userChallengeConfig?.host}/${path}">${path}/</a></li>`; + adresses += `<li>${key} binded on <a href="https://${this.userChallengeConfig?.host}/${path}/">${path}</a></li>`; } }