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

@ -1162,7 +1162,7 @@ In the case that MapComplete is pointed to the testing grounds, the edit will be
public static HomepageLink(): string {
if (typeof window === "undefined") {
return "https://mapcomplete.osm.be"
return "https://mapcomplete.org"
}
const path = (
window.location.protocol +