Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix external links #1807

Merged
merged 2 commits into from
Jun 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/cold-knives-count.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@api3/airnode-examples': patch
---

Fix airnode-examples links to cloud provider docs
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Airnode is a fully-serverless oracle node that is designed specifically for API

## Documentation

You can find all information about Airnode in the [documentation](https://docs.api3.org/airnode/latest/).
You can find an overview of Airnode in the [documentation](https://docs.api3.org/explore/airnode/what-is-airnode.html).

## For developers

Expand Down
4 changes: 2 additions & 2 deletions packages/airnode-examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ yarn deploy-rrp
If you intend to deploy Airnode on AWS, you will need to specify the credentials which will be used by the
[deployer](https://github.com/api3dao/airnode/tree/master/packages/airnode-deployer). If you are not sure where to find
these or how to create an AWS account, see
[the following docs section](https://docs.api3.org/reference/airnode/latest/docker/deployer-image.html#aws).
[the following docs section](https://docs.api3.org/reference/airnode/latest/understand/configuring.html#aws-setup-aws-deployment-only).

After you know the secrets, run the following script to specify them:

Expand All @@ -155,7 +155,7 @@ your project by pairing it with your credit card. The amount of resources used b
within the free tier, which means no charges will be incurred.

If you are not sure how to create a GCP service account, see or download the access key for it,
[the following docs section](https://docs.api3.org/reference/airnode/latest/docker/deployer-image.html#gcp).
[the following docs section](https://docs.api3.org/reference/airnode/latest/understand/configuring.html#gcp-setup-gcp-deployment-only).

Store the access key file as `gcp.json` in the integration directory - e.g. if you have chosen the `coingecko`
integration, store the file as `integrations/coingecko/gcp.json`.
Expand Down
2 changes: 1 addition & 1 deletion packages/airnode-node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Documentation

You can learn all the information about Airnode in the [docs](https://docs.api3.org/airnode/latest/).
You can learn all the information about Airnode in the [docs](https://docs.api3.org/reference/airnode/latest/).

## For developers

Expand Down
3 changes: 2 additions & 1 deletion packages/airnode-protocol/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

## Documentation

You can learn about Airnode and the protocols used in the [documentation](https://docs.api3.org/airnode/latest/).
You can learn about Airnode and the protocols used in the
[documentation](https://docs.api3.org/reference/airnode/latest/).

## For developers

Expand Down