Skip to content

Commit 6263400

Browse files
author
Rene Brandel
committed
fix most remaining links
1 parent d55dbbe commit 6263400

File tree

26 files changed

+72
-29
lines changed

26 files changed

+72
-29
lines changed

src/fragments/lib-v1/geo/android/maps/20_display_map.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ Also, check the [official MapView API reference](https://docs.maptiler.com/mapli
239239

240240
## AmplifyMapView
241241

242-
The `AmplifyMapView` provides a default search field, place markers, visualization modes (map or list) and map controls. It can be used to easily embed a place picker into any app. To use the search functionality of `AmplifyMapView`, provision a search index resource using the instructions in either [Configure Location Search](/[platform]/build-a-backend/more-features/geo/configure-location-search) or [Use existing Amazon Location Service resources](../existing-resources).
242+
The `AmplifyMapView` provides a default search field, place markers, visualization modes (map or list) and map controls. It can be used to easily embed a place picker into any app. To use the search functionality of `AmplifyMapView`, provision a search index resource using the instructions in either [Configure Location Search](/[platform]/build-a-backend/more-features/geo/configure-location-search) or [Use existing Amazon Location Service resources](/[platform]/prev/build-a-backend/more-features/geo/existing-resources/).
243243

244244
### Add a map to your app
245245

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
`AmplifyMapView` provides built-in location search, search field, and place markers. Follow the [AmplifyMapView section](../maps#amplifymapview) on the Maps page to setup the `AmplifyMapView`.
1+
`AmplifyMapView` provides built-in location search, search field, and place markers. Follow the [AmplifyMapView section](/[platform]/prev/build-a-backend/more-features/geo/maps#amplifymapview) on the Maps page to setup the `AmplifyMapView`.

src/fragments/lib-v1/geo/ios/maps/10_install_adapter.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
First, ensure you've provisioned an Amazon Location Service Map resource and configured your app using the instructions in either [Configure Maps](/[platform]/build-a-backend/more-features/geo/maps) or [Use existing resources](../existing-resources) guide.
1+
First, ensure you've provisioned an Amazon Location Service Map resource and configured your app using the instructions in either [Configure Maps](/[platform]/build-a-backend/more-features/geo/maps) or [Use existing resources](/[platform]/prev/build-a-backend/more-features/geo/existing-resources/) guide.
22

33
<Callout warning>
44

src/fragments/lib-v1/geo/js/geofences.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
## Provisioning geofence resources
88

9-
First, make sure you've provisioned a geofence collection resource and configured your app using the instructions in either [Configure a Geofence Collection](/[platform]/prev/build-a-backend/more-features/geo/configure-geofencing) or [Use existing Amazon Location Service resources](../existing-resources) and you have already setup [displaying a map](../maps) in your application.
9+
First, make sure you've provisioned a geofence collection resource and configured your app using the instructions in either [Configure a Geofence Collection](/[platform]/prev/build-a-backend/more-features/geo/configure-geofencing) or [Use existing Amazon Location Service resources](/[platform]/prev/build-a-backend/more-features/geo/existing-resources/) and you have already setup [displaying a map](/[platform]/prev/build-a-backend/more-features/geo/maps) in your application.
1010

1111
## Manage Geofences in Your Application
1212

@@ -29,7 +29,7 @@ Then, import [AmplifyGeofenceControl](https://github.com/aws-amplify/maplibre-gl
2929

3030
<Block name="Javascript">
3131

32-
**Note:** When using the existing [maps implementation/](../maps) you can add the Geofence control to an existing map
32+
**Note:** When using the existing [maps implementation/](/[platform]/prev/build-a-backend/more-features/geo/maps) you can add the Geofence control to an existing map
3333

3434
```diff
3535
import { useEffect, useRef } from "react";

src/fragments/lib-v1/geo/js/maps.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
## Display a map
88

9-
First, ensure you've provisioned an Amazon Location Service Map resource and configured your app using the instructions in either [Configuring Maps](/[platform]/build-a-backend/more-features/geo/maps) or [Use existing resources](../existing-resources) guide.
9+
First, ensure you've provisioned an Amazon Location Service Map resource and configured your app using the instructions in either [Configuring Maps](/[platform]/build-a-backend/more-features/geo/maps) or [Use existing resources](/[platform]/prev/build-a-backend/more-features/geo/existing-resources/) guide.
1010

1111
<Callout>
1212

src/fragments/lib-v1/geo/js/search.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
## Add location search functionality on a map
88

9-
First, make sure you've provisioned a search index resource and configured your app using the instructions in either [Configure Location Search](/[platform]/build-a-backend/more-features/geo/configure-location-search) or [Use existing Amazon Location Service resources](../existing-resources) and you have already setup [displaying a map](../maps) in your application.
9+
First, make sure you've provisioned a search index resource and configured your app using the instructions in either [Configure Location Search](/[platform]/build-a-backend/more-features/geo/configure-location-search) or [Use existing Amazon Location Service resources](/[platform]/prev/build-a-backend/more-features/geo/existing-resources/) and you have already setup [displaying a map](/[platform]/prev/build-a-backend/more-features/geo/maps) in your application.
1010

1111
<Callout>
1212

src/fragments/lib-v1/geo/native_common/search/common.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Add location search functionality on a map
22

3-
First, make sure you've provisioned a search index resource and configured your app using the instructions in either [Configure Location Search](/[platform]/build-a-backend/more-features/geo/configure-location-search) or [Use existing Amazon Location Service resources](../existing-resources) and you have already setup [displaying a map](../maps) in your application.
3+
First, make sure you've provisioned a search index resource and configured your app using the instructions in either [Configure Location Search](/[platform]/build-a-backend/more-features/geo/configure-location-search) or [Use existing Amazon Location Service resources](/[platform]/prev/build-a-backend/more-features/geo/existing-resources/) and you have already setup [displaying a map](/[platform]/prev/build-a-backend/more-features/geo/maps) in your application.
44

55
import android1 from '/src/fragments/lib-v1/geo/android/search/30_location_search_map.mdx';
66

src/fragments/lib/geo/android/maps/20_display_map.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ Also, check the [official MapView API reference](https://docs.maptiler.com/mapli
239239

240240
## AmplifyMapView
241241

242-
The `AmplifyMapView` provides a default search field, place markers, visualization modes (map or list) and map controls. It can be used to easily embed a place picker into any app. To use the search functionality of `AmplifyMapView`, provision a search index resource using the instructions in either [Configure Location Search](../configure-location-search) or [Use existing Amazon Location Service resources](../existing-resources).
242+
The `AmplifyMapView` provides a default search field, place markers, visualization modes (map or list) and map controls. It can be used to easily embed a place picker into any app. To use the search functionality of `AmplifyMapView`, provision a search index resource using the instructions in either [Configure Location Search](/[platform]/build-a-backend/more-features/geo/configure-location-search/) or [Use existing Amazon Location Service resources](/[platform]/build-a-backend/more-features/geo/existing-resources/).
243243

244244
### Add a map to your app
245245

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
`AmplifyMapView` provides built-in location search, search field, and place markers. Follow the [AmplifyMapView section](../maps#amplifymapview) on the Maps page to setup the `AmplifyMapView`.
1+
`AmplifyMapView` provides built-in location search, search field, and place markers. Follow the [AmplifyMapView section](/[platform]/build-a-backend/more-features/geo/maps#amplifymapview) on the Maps page to setup the `AmplifyMapView`.

src/fragments/lib/geo/ios/maps/10_install_adapter.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ framework may be used in order to display maps on macOS applications.
88

99
</Callout>
1010

11-
First, ensure you've provisioned an Amazon Location Service Map resource and configured your app using the instructions in either [Configure maps](../configure-maps) or [Use existing resources](../existing-resources) guide.
11+
First, ensure you've provisioned an Amazon Location Service Map resource and configured your app using the instructions in either [Configure maps](/[platform]/build-a-backend/more-features/geo/configure-maps/) or [Use existing resources](/[platform]/build-a-backend/more-features/geo/existing-resources/) guide.
1212

1313
Amplify-MapLibre is an open source adapter that enables the popular MapLibre SDK to work seamlessly with Amplify Geo.
1414

0 commit comments

Comments
 (0)