From c8eea0ce73e6c3cea97d411db7e1c8d3c74d069b Mon Sep 17 00:00:00 2001 From: starptech Date: Thu, 17 Oct 2024 22:09:20 +0200 Subject: [PATCH] chore: update readme links --- README.md | 2 +- aws-lambda-router/README.md | 2 +- infrastructure/router/modules/aws-fargate/readme.md | 2 +- infrastructure/router/modules/google-cloudrun/README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1c91bdd501..6b7c2c3ad3 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@

- Quickstart · + Quickstart · Examples · Docs · CLI · diff --git a/aws-lambda-router/README.md b/aws-lambda-router/README.md index 626ee8fbff..75b491707a 100644 --- a/aws-lambda-router/README.md +++ b/aws-lambda-router/README.md @@ -30,7 +30,7 @@ Demo: [https://zqadzbqwsi.execute-api.us-west-1.amazonaws.com/Prod/](https://zqa ## Cosmo Cloud -First signup For Cosmo Cloud and follow the [onboarding](https://cosmo-docs.wundergraph.com/tutorial/cosmo-cloud-onboarding) process. +First signup For Cosmo Cloud and follow the [onboarding](https://cosmo-docs.wundergraph.com/getting-started/cosmo-cloud-onboarding) process. Run `make fetch-router-config` to fetch the latest router configuration from Cosmo Cloud. We assume that you have named your graph `production`. The file is stored in `router.json` and copied to the Lambda build directory on each build. diff --git a/infrastructure/router/modules/aws-fargate/readme.md b/infrastructure/router/modules/aws-fargate/readme.md index d52cd08ef0..916cd10d7b 100644 --- a/infrastructure/router/modules/aws-fargate/readme.md +++ b/infrastructure/router/modules/aws-fargate/readme.md @@ -9,7 +9,7 @@ Terraform module for deploying the [Cosmo Router](https://cosmo-docs.wundergraph ## Prerequisites -The only requirement is that you have to create one secret manually via the [AWS Secret Manager](https://aws.amazon.com/secrets-manager). This secret should contain one key named `GRAPH_API_TOKEN` which holds the token required for communicating with the WunderGraph Cloud. You can find more information on how to create such a token in [our docs](https://cosmo-docs.wundergraph.com/tutorial/cosmo-cloud-onboarding#create-a-router-token). +The only requirement is that you have to create one secret manually via the [AWS Secret Manager](https://aws.amazon.com/secrets-manager). This secret should contain one key named `GRAPH_API_TOKEN` which holds the token required for communicating with the WunderGraph Cloud. You can find more information on how to create such a token in [our docs](https://cosmo-docs.wundergraph.com/getting-started/cosmo-cloud-onboarding#create-a-router-token). ## Usage diff --git a/infrastructure/router/modules/google-cloudrun/README.md b/infrastructure/router/modules/google-cloudrun/README.md index 5268024bfb..e469db7601 100644 --- a/infrastructure/router/modules/google-cloudrun/README.md +++ b/infrastructure/router/modules/google-cloudrun/README.md @@ -8,7 +8,7 @@ Terraform module for deploying the [Cosmo Router](https://cosmo-docs.wundergraph ## Prerequisites 1. This module requires the following gcp APIs to be enabled(cloudrun, iam, secretmanager) -2. We also require you to create one secret manually via the [Google cloud Manager](https://cloud.google.com/security/products/secret-manager). This secret should contain one key named `GRAPH_API_TOKEN` which holds the token required for communicating with the WunderGraph Cloud. You can find more information on how to create such a token in [our docs](https://cosmo-docs.wundergraph.com/tutorial/cosmo-cloud-onboarding#create-a-router-token). +2. We also require you to create one secret manually via the [Google cloud Manager](https://cloud.google.com/security/products/secret-manager). This secret should contain one key named `GRAPH_API_TOKEN` which holds the token required for communicating with the WunderGraph Cloud. You can find more information on how to create such a token in [our docs](https://cosmo-docs.wundergraph.com/getting-started/cosmo-cloud-onboarding#create-a-router-token). ## Usage