Update issues url

This commit is contained in:
2022-09-30 17:01:02 +02:00
parent d56672d90f
commit 266771aa13
3 changed files with 3 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ async function main() {
const match = matches.find((m) => m.id === id)
if (match === undefined) {
show_message(`Invalid id: ${id}. Please report this <a href="https://github.com/ByteDream/stream-bypass/issues/new">here</a>`)
show_message(`Invalid id: ${id}. Please report this <a href="https://github.com/ByteDream/stream-bypass/issues">here</a>`)
return
}
document.title = `Stream Bypass (${domain})`