Skip to content

Commit

Permalink
chore(docs): update PAPI urls (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
tien authored Jul 31, 2024
1 parent b32ecc2 commit 7942c6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/docs/docs/getting-started/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ npx papi

:::info

For more information on metadata syncing and type generation, please refer to this [documentation](https://polkadot-api.github.io/polkadot-api-docs/codegen) provided by [Polkadot-API](https://polkadot-api.github.io/polkadot-api-docs).
For more information on metadata syncing and type generation, please refer to this [documentation](https://papi.how/codegen) provided by [Polkadot-API](https://papi.how/).

:::

Expand Down
5 changes: 1 addition & 4 deletions apps/docs/src/components/homepage-features/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,7 @@ const FeatureList: FeatureItem[] = [
title: (
<span>
Powered by{" "}
<a
href="https://polkadot-api.github.io/polkadot-api-docs"
target="_blank"
>
<a href="https://papi.how/" target="_blank">
Polkadot-API
</a>
</span>
Expand Down

0 comments on commit 7942c6b

Please sign in to comment.