Skip to content

Commit

Permalink
chore(docs): update geo links to point to gen2 docs (#5217)
Browse files Browse the repository at this point in the history
  • Loading branch information
thaddmt committed May 7, 2024
1 parent dda9a48 commit bd98c63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/pages/[platform]/connected-components/geo/react.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import AppDirectoryAlert from '@/components/AppDirectoryAlert';
import { Example } from '@/components/Example';

Amplify UI Geo is powered by
[Geo APIs](https://docs.amplify.aws/lib/geo/getting-started/q/platform/js/) and
[Geo APIs](https://docs.amplify.aws/react/build-a-backend/add-aws-services/geo/) and
[Amazon Location Service](https://aws.amazon.com/location/).

### Quick Start
Expand All @@ -19,7 +19,7 @@ There's a known issue for users of Create React App v4 where the default prod `b
> Prerequisites:
>
> 1. Install `@aws-amplify/ui-react-geo` and `@aws-amplify/geo` with [npm](https://www.npmjs.com/) or [yarn](https://yarnpkg.com/). ( e.g. `npm install @aws-amplify/ui-react-geo @aws-amplify/geo`)
> 2. Create map resources by following the [Amplify Geo documentation](https://docs.amplify.aws/lib/geo/getting-started/q/platform/js/).
> 2. Create map resources by following the [Amplify Geo documentation](https://docs.amplify.aws/react/build-a-backend/add-aws-services/geo/set-up-geo/).
## MapView

Expand Down

0 comments on commit bd98c63

Please sign in to comment.