Hosting: point issue tracker and bug tracker to source.mapcomplete.org

This commit is contained in:
Pieter Vander Vennet 2025-01-28 15:38:46 +01:00
parent 03a6aa2a97
commit 6bc8760adf
5 changed files with 16 additions and 70 deletions

View file

@ -245,7 +245,7 @@ export class GenerateDocs extends Script {
const generatedFrom = [
"This document is autogenerated from",
autogenSource
.map((s) => `[${s}](https://github.com/pietervdvn/MapComplete/blob/develop/${s})`)
.map((s) => `[${s}](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/${s})`)
.join(", "),
].join(" ")