Skip to content

Commit

Permalink
fix: broken links to Authorizers concepts pages (#578)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcroote authored Aug 4, 2023
1 parent 4e656cb commit 4d4d6e3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ An Airnode can authorize smart contracts (know as requesters) access to its
endpoints using
[Authorizations](/reference/airnode/latest/concepts/authorizations.md). This
method is off-chain and requires no blockchain knowledge by an API provider. It
is different than [Authorize/reference/airnode/latest/concepts/authorizers.md)
which is an on-chain auth scheme.
is different than
[Authorizers](/reference/airnode/latest/concepts/authorizers.md) which is an
on-chain auth scheme.

::: info Alternative: Relayed Meta Data

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ An Airnode can authorize smart contracts (know as requesters) access to its
endpoints using
[Authorizations](/reference/airnode/next/concepts/authorizations.md). This
method is off-chain and requires no blockchain knowledge by an API provider. It
is different than [Authorize/reference/airnode/next/concepts/authorizers.md)
is different than [Authorizers](/reference/airnode/next/concepts/authorizers.md)
which is an on-chain auth scheme.

::: info Alternative: Relayed Meta Data
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ An Airnode can authorize smart contracts (know as requesters) access to its
endpoints using
[Authorizations](/reference/airnode/v0.11/concepts/authorizations.md). This
method is off-chain and requires no blockchain knowledge by an API provider. It
is different than [Authorize/reference/airnode/v0.11/concepts/authorizers.md)
which is an on-chain auth scheme.
is different than
[Authorizers](/reference/airnode/v0.11/concepts/authorizers.md) which is an
on-chain auth scheme.

::: info Alternative: Relayed Meta Data

Expand Down

0 comments on commit 4d4d6e3

Please sign in to comment.