From 5e7d0c0f6cce3cc868ab551e4e54cf127e9c3bb9 Mon Sep 17 00:00:00 2001 From: Jacob Logan Date: Tue, 31 Jan 2023 09:54:26 -0700 Subject: [PATCH] update malformed link --- src/pages/cli/usage/containers.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/cli/usage/containers.mdx b/src/pages/cli/usage/containers.mdx index 88c0083b40a..7d9a2b2d429 100644 --- a/src/pages/cli/usage/containers.mdx +++ b/src/pages/cli/usage/containers.mdx @@ -317,7 +317,7 @@ The CLI will provide you with the next steps to bring your existing Docker speci Serverless containers are fronted by a secure endpoint by which you can interact with them from a mobile or web application. Amplify CLI will attempt to update the project `aws-exports.js` or `amplifyconfiguration.json` file with the endpoint, however for GraphQL API types this is not possible and you will need to manually specify it in an `Amplify.configure()` call within your application code. The endpoint will be printed out to the screen after running an `amplify push` for you to make these changes, take note of it and follow one of the guides below appropriately. -- [JavaScript GraphQL configuration](/lib/graphqlapi/existing-resources/q/js) +- [JavaScript GraphQL configuration](/lib/graphqlapi/existing-resources/q/platform/js) - [JavaScript REST configuration](/lib/restapi/getting-started#manual-setup-import-existing-rest-api) - [Android GraphQL configuration](/lib/graphqlapi/existing-resources/q/platform/android) - [Android REST configuration](/lib/restapi/getting-started/q/platform/android)