Change project URLs.

This commit is contained in:
Christian Neumann 2020-11-20 09:38:33 +01:00
parent 50c52766a5
commit 4a4f246cbf
4 changed files with 6 additions and 6 deletions

View file

@ -86,11 +86,11 @@ function generateWikiEntry(layout: LayoutConfig){
auth=`Yes, by ${layout.maintainer};`
}
return `{{service_item
|name= [https://pietervdvn.github.io/MapComplete/${layout.id}.html ${layout.id}]
|name= [https://kletterspots.de/${layout.id}.html ${layout.id}]
|region= Worldwide
|lang= ${languages}
|descr= A MapComplete theme: ${Translations.W(layout.description).InnerRender()}
|material= {{yes|[https://github.com/pietervdvn/MapComplete ${auth}]}}
|material= {{yes|[https://kletterspots.de/ ${auth}]}}
|image= MapComplete_Screenshot.png
|genre= POI, editor, ${layout.id}
}}`