From 518eaf4559092b0dd7dbec103b77859d99ef1426 Mon Sep 17 00:00:00 2001 From: abhisuma02 Date: Fri, 19 Apr 2024 10:21:17 +0530 Subject: [PATCH] Update index.mdx Modified link for "Serverless APIs" points to the correct URL. --- .../[platform]/start/getting-started/nextsteps/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/[platform]/start/getting-started/nextsteps/index.mdx b/src/pages/[platform]/start/getting-started/nextsteps/index.mdx index 01824ba128f..aeb05169823 100644 --- a/src/pages/[platform]/start/getting-started/nextsteps/index.mdx +++ b/src/pages/[platform]/start/getting-started/nextsteps/index.mdx @@ -65,7 +65,7 @@ What next? Here are some things to add to your app: - [Authentication](/[platform]/build-a-backend/auth/set-up-auth/) - [User File Storage](/[platform]/build-a-backend/storage/set-up-storage/) -- [Serverless APIs](/[platform]/build-a-backend/storage/set-up-storage/) +- [Serverless APIs](/[platform]/build-a-backend/graphqlapi/set-up-graphql-api/) - [Analytics](/[platform]/build-a-backend/more-features/analytics/set-up-analytics/) - [AI/ML](/[platform]/build-a-backend/more-features/predictions/set-up-predictions/) - [PubSub](/[platform]/build-a-backend/more-features/pubsub/set-up-pubsub/) @@ -75,7 +75,7 @@ What next? Here are some things to add to your app: - [Authentication](/[platform]/build-a-backend/auth/set-up-auth/) - [User File Storage](/[platform]/build-a-backend/storage/set-up-storage/) -- [Serverless APIs](/[platform]/build-a-backend/storage/set-up-storage/) +- [Serverless APIs](/[platform]/build-a-backend/graphqlapi/set-up-graphql-api/) - [Analytics](/[platform]/build-a-backend/more-features/analytics/set-up-analytics/) - [In-App Messaging](/[platform]/build-a-backend/more-features/in-app-messaging/) - [Push Notifications](/[platform]/build-a-backend/push-notifications/set-up-push-notifications/)