Skip to content
Snippets Groups Projects
Commit 72c9ba87 authored by Alex's avatar Alex
Browse files

fix: set / to href attribute

parent a2bdf6cd
Branches
Tags
No related merge requests found
......@@ -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>`;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment