Fix: replace all mentions of 'mapcomplete.osm.be' with 'mapcomplete.org'

This commit is contained in:
Pieter Vander Vennet 2023-08-23 18:33:30 +02:00
parent 301f00f6ae
commit 7321004c19
345 changed files with 10185 additions and 10250 deletions

View file

@ -86,7 +86,7 @@ function GenerateDocumentationForTheme(theme: LayoutConfig): BaseUIElement {
new Combine([
theme.title,
"(",
new Link(theme.id, "https://mapcomplete.osm.be/" + theme.id),
new Link(theme.id, "https://mapcomplete.org/" + theme.id),
")",
]),
2
@ -273,14 +273,14 @@ function generateWikipage() {
const languages = languagesInDescr.map((ln) => `{{#language:${ln}|en}}`).join(", ")
let auth = "Yes"
return `{{service_item
|name= [https://mapcomplete.osm.be/${layout.id} ${layout.id}]
|name= [https://mapcomplete.org/${layout.id} ${layout.id}]
|region= Worldwide
|lang= ${languages}
|descr= A MapComplete theme: ${Translations.T(layout.shortDescription)
.textFor("en")
.replace("<a href='", "[[")
.replace(/'>.*<\/a>/, "]]")}
|material= {{yes|[https://mapcomplete.osm.be/ ${auth}]}}
|material= {{yes|[https://mapcomplete.org/ ${auth}]}}
|image= MapComplete_Screenshot.png
|genre= POI, editor, ${layout.id}
}}`