forked from MapComplete/MapComplete
Fix: replace all mentions of 'mapcomplete.osm.be' with 'mapcomplete.org'
This commit is contained in:
parent
301f00f6ae
commit
7321004c19
345 changed files with 10185 additions and 10250 deletions
|
@ -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}
|
||||
}}`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue