Skip to content

Commit

Permalink
rename page
Browse files Browse the repository at this point in the history
  • Loading branch information
hdworld11 committed Jun 7, 2024
1 parent 6435146 commit 6cbf369
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/directory/directory.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const directory = {
path: 'src/pages/[platform]/start/manual-installation/index.mdx'
},
{
path: 'src/pages/[platform]/start/libraries-standalone/index.mdx'
path: 'src/pages/[platform]/start/connect-existing-aws-resources/index.mdx'
},
{
path: 'src/pages/[platform]/start/kotlin-coroutines/index.mdx'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { getCustomStaticPath } from '@/utils/getCustomStaticPath';
import { Card } from '@aws-amplify/ui-react';

export const meta = {
title: 'Connect to AWS resources',
title: 'Connect to existing AWS resources',
description: 'You can use Amplify client libraries to connect directly to your AWS resources without having to set up an Amplify backend.',
platforms: [
'android',
Expand Down

0 comments on commit 6cbf369

Please sign in to comment.