Skip to content

Commit

Permalink
chore: update readme links
Browse files Browse the repository at this point in the history
  • Loading branch information
StarpTech committed Oct 17, 2024
1 parent bda997a commit c8eea0c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</div>

<p align="center">
<a href="https://cosmo-docs.wundergraph.com/tutorial/cosmo-cloud-onboarding"><strong>Quickstart</strong></a> ·
<a href="https://cosmo-docs.wundergraph.com/getting-started/cosmo-cloud-onboarding"><strong>Quickstart</strong></a> ·
<a href="/examples"><strong>Examples</strong></a> ·
<a href="https://cosmo-docs.wundergraph.com"><strong>Docs</strong></a> ·
<a href="https://cosmo-docs.wundergraph.com/cli"><strong>CLI</strong></a> ·
Expand Down
2 changes: 1 addition & 1 deletion aws-lambda-router/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/router/modules/aws-fargate/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion infrastructure/router/modules/google-cloudrun/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c8eea0c

Please sign in to comment.