]> git.openstreetmap.org Git - rails.git/commitdiff
Replace links to donate.osm.org with supporting.osm.org
authorTom Hughes <tom@compton.nu>
Sat, 19 Aug 2023 10:22:54 +0000 (11:22 +0100)
committerTom Hughes <tom@compton.nu>
Sat, 19 Aug 2023 10:22:54 +0000 (11:22 +0100)
FAQ.md
app/assets/javascripts/leaflet.map.js

diff --git a/FAQ.md b/FAQ.md
index 4ed5df7c43456c170b7eb6c538f14cb5ec69ea4e..d4ac1fc9fbd9959ca4e2a02a4562c66e8bbc80c8 100644 (file)
--- a/FAQ.md
+++ b/FAQ.md
@@ -15,7 +15,7 @@ drive.  This is a great way to reach a lot of people!
    * Edit [`config/banners.yml`](https://github.com/openstreetmap/openstreetmap-website/blob/master/config/banners.yml) to contain an entry for the event banner.  It should contain the following:
      * `id` - a unique identifier (e.g. `donate2017`)
      * `alt` - alt name for the image (e.g. `OpenStreetMap Funding Drive 2017`)
-     * `link` - URL for your event page (e.g. `https://donate.openstreetmap.org/`)
+     * `link` - URL for your event page (e.g. `https://supporting.openstreetmap.org/`)
      * `img` - the filename for the banner image (e.g. `banners/donate-2017.jpg`)
      * `enddate` - the final date that the banner will be shown (e.g. `2017-oct-31`)
    * (optional) Feel free to cleanup the old images from the `app/assets/images/banners/` folder and old entries in the `config/banners.yml` file.
index 88d16bc8e4595801c1b389e05a886ea094803c23..6e61100f2effb01dbfdc7c255a1d51245c1f6741 100644 (file)
@@ -22,7 +22,7 @@ L.OSM.Map = L.Map.extend({
     var copyright = I18n.t("javascripts.map.copyright_text", { copyright_link: copyright_link });
 
     var donate = $("<a>", {
-      "href": "https://donate.openstreetmap.org",
+      "href": "https://supporting.openstreetmap.org",
       "class": "donate-attr",
       "text": I18n.t("javascripts.map.make_a_donation")
     }).prop("outerHTML");