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

@ -36,7 +36,7 @@ export default class GenerateReviewsAnalysis extends Script {
client.searchParams.get("layout") ??
client.searchParams.get("userlayout")
}
theme = "https://mapcomplete.osm.be/" + theme
theme = "https://mapcomplete.org/" + theme
themeHist[theme] = (themeHist[theme] ?? 0) + 1
const language = client.searchParams.get("language")