Skip to content

Commit 84e1b3d

Browse files
authored
Merge pull request #1807 from api3dao/fix-doc-links
Fix external links
2 parents 707592b + 88c235a commit 84e1b3d

5 files changed

Lines changed: 11 additions & 5 deletions

File tree

.changeset/cold-knives-count.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@api3/airnode-examples': patch
3+
---
4+
5+
Fix airnode-examples links to cloud provider docs

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Airnode is a fully-serverless oracle node that is designed specifically for API
99

1010
## Documentation
1111

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

1414
## For developers
1515

packages/airnode-examples/README.md

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

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

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

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

160160
Store the access key file as `gcp.json` in the integration directory - e.g. if you have chosen the `coingecko`
161161
integration, store the file as `integrations/coingecko/gcp.json`.

packages/airnode-node/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
## Documentation
66

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

99
## For developers
1010

packages/airnode-protocol/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
55
## Documentation
66

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

910
## For developers
1011

0 commit comments

Comments
 (0)