diff --git a/src/fragments/lib-v1/geo/js/google-migration.mdx b/src/fragments/lib-v1/geo/js/google-migration.mdx
index d81974e48cf..444c2f4ef4f 100644
--- a/src/fragments/lib-v1/geo/js/google-migration.mdx
+++ b/src/fragments/lib-v1/geo/js/google-migration.mdx
@@ -150,7 +150,7 @@ Save your changes and refresh your page and you should see a default blue marker
-This example uses [MapLibre's marker component](https://maplibre.org/maplibre-gl-js/docs/API/classes/Marker/) to create a marker. To see more examples with markers on from MapLibre check the examples [here](https://maplibre.org/maplibre-gl-js/docs/examples/custom-marker-icons/).
+This example uses [MapLibre's marker component](https://maplibre.org/maplibre-gl-js/docs/API/classes/Marker/) to create a marker. To see more examples with markers on from MapLibre check the examples [here](https://maplibre.org/maplibre-gl-js/docs/examples/add-custom-icons-with-markers/).
@@ -198,7 +198,7 @@ Save your changes and refresh your page and now when you click on the icon a pop
-This example uses [MapLibre's popup component](https://maplibre.org/maplibre-gl-js/docs/API/classes/Popup/) to create a marker popup. To see more examples with popups on from MapLibre check the examples [here](https://maplibre.org/maplibre-gl-js/docs/examples/set-popup/).
+This example uses [MapLibre's popup component](https://maplibre.org/maplibre-gl-js/docs/API/classes/Popup/) to create a marker popup. To see more examples with popups on from MapLibre check the examples [here](https://maplibre.org/maplibre-gl-js/docs/examples/attach-a-popup-to-a-marker-instance/).
diff --git a/src/fragments/lib/geo/js/google-migration.mdx b/src/fragments/lib/geo/js/google-migration.mdx
index 738cb130c75..e622eb8fc84 100644
--- a/src/fragments/lib/geo/js/google-migration.mdx
+++ b/src/fragments/lib/geo/js/google-migration.mdx
@@ -150,7 +150,7 @@ Save your changes and refresh your page and you should see a default blue marker
-This example uses [MapLibre's marker component](https://maplibre.org/maplibre-gl-js/docs/API/classes/Marker/) to create a marker. To see more examples with markers on from MapLibre check the examples [here](https://maplibre.org/maplibre-gl-js/docs/examples/custom-marker-icons/).
+This example uses [MapLibre's marker component](https://maplibre.org/maplibre-gl-js/docs/API/classes/Marker/) to create a marker. To see more examples with markers on from MapLibre check the examples [here](https://maplibre.org/maplibre-gl-js/docs/examples/add-custom-icons-with-markers/).
@@ -198,7 +198,7 @@ Save your changes and refresh your page and now when you click on the icon a pop
-This example uses [MapLibre's popup component](https://maplibre.org/maplibre-gl-js/docs/API/classes/Popup/) to create a marker popup. To see more examples with popups on from MapLibre check the examples [here](https://maplibre.org/maplibre-gl-js/docs/examples/set-popup/).
+This example uses [MapLibre's popup component](https://maplibre.org/maplibre-gl-js/docs/API/classes/Popup/) to create a marker popup. To see more examples with popups on from MapLibre check the examples [here](https://maplibre.org/maplibre-gl-js/docs/examples/attach-a-popup-to-a-marker-instance/).
diff --git a/src/pages/[platform]/build-a-backend/add-aws-services/geo/google-migration/index.mdx b/src/pages/[platform]/build-a-backend/add-aws-services/geo/google-migration/index.mdx
index ed666d9d7ab..f266eb8d3a9 100644
--- a/src/pages/[platform]/build-a-backend/add-aws-services/geo/google-migration/index.mdx
+++ b/src/pages/[platform]/build-a-backend/add-aws-services/geo/google-migration/index.mdx
@@ -177,7 +177,7 @@ Save your changes and refresh your page and you should see a default blue marker
-This example uses [MapLibre's marker component](https://maplibre.org/maplibre-gl-js/docs/API/classes/Marker/) to create a marker. To see more examples with markers on from MapLibre check the examples [here](https://maplibre.org/maplibre-gl-js/docs/examples/custom-marker-icons/).
+This example uses [MapLibre's marker component](https://maplibre.org/maplibre-gl-js/docs/API/classes/Marker/) to create a marker. To see more examples with markers on from MapLibre check the examples [here](https://maplibre.org/maplibre-gl-js/docs/examples/add-custom-icons-with-markers/).
@@ -225,7 +225,7 @@ Save your changes and refresh your page and now when you click on the icon a pop
-This example uses [MapLibre's popup component](https://maplibre.org/maplibre-gl-js/docs/API/classes/Popup/) to create a marker popup. To see more examples with popups on from MapLibre check the examples [here](https://maplibre.org/maplibre-gl-js/docs/examples/set-popup/).
+This example uses [MapLibre's popup component](https://maplibre.org/maplibre-gl-js/docs/API/classes/Popup/) to create a marker popup. To see more examples with popups on from MapLibre check the examples [here](https://maplibre.org/maplibre-gl-js/docs/examples/attach-a-popup-to-a-marker-instance/).