Skip to content

Commit

Permalink
fix: linking issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ericHgorski committed Aug 10, 2023
1 parent 7687500 commit e072e10
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/develop/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Use feather.js to create bots, power NFT mints, and for all-purpose back-end ser

### Wallet Kit <ThemedImage sources={{light:"/img/icons/walletconnect02.svg", dark:"/img/icons/dark/walletconnect02.svg"}} height="30px" />

If you have a back end for your app and want a front end to connect to Station, use Wallet Kit. Follow the [Wallet Kit tutorial](wallet-kit/wallet-kit-tutorial.mdx) to get started.
If you have a back end for your app and want a front end to connect to Station, use Wallet Kit. Follow the [Wallet Kit tutorial](wallet-kit/getting-started.mdx) to get started.

### Other Tools

Expand Down
2 changes: 1 addition & 1 deletion docs/develop/wallet-kit/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ Be aware that you will not see any tokens if your wallet is empty.
## 5. Sending a transaction
You can also create and send transactions to the Terra network while using Wallet Kit. You can use [Feather.js](../feather-js/README.mdx) to generate a sample transaction:
You can also create and send transactions to the Terra network while using Wallet Kit. You can use [Feather.js](../feather-js/getting-started) to generate a sample transaction:
```sh
npm install @terra-money/feather.js
Expand Down
2 changes: 1 addition & 1 deletion docs/develop/wallet-provider/sign-bytes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Admonition from '@theme/Admonition';

<Admonition type="caution" icon="☢️" title="Warning">

Wallet-Provider is deprecated. Use [Wallet Kit](../wallet-kit/wallet-kit-tutorial.mdx) instead.
Wallet-Provider is deprecated. Use [Wallet Kit](../wallet-kit/getting-started.mdx) instead.

</Admonition>

Expand Down
2 changes: 1 addition & 1 deletion docs/develop/wallet-provider/station-extension.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Admonition from '@theme/Admonition';

<Admonition type="caution" icon="☢️" title="Warning">

Wallet-Provider is deprecated. Use [Wallet Kit](../wallet-kit/wallet-kit-tutorial.mdx) instead.
Wallet-Provider is deprecated. Use [Wallet Kit](../wallet-kit/getting-started.mdx) instead.

</Admonition>

Expand Down
2 changes: 1 addition & 1 deletion docs/develop/wallet-provider/wallet-provider-tutorial.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Admonition from '@theme/Admonition';

<Admonition type="caution" icon="☢️" title="Warning">

Wallet-Provider is deprecated. Use [Wallet Kit](../wallet-kit/wallet-kit-tutorial.mdx) instead.
Wallet-Provider is deprecated. Use [Wallet Kit](../wallet-kit/getting-started.mdx) instead.

</Admonition>

Expand Down
4 changes: 2 additions & 2 deletions docs/develop/which-tools.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Terra-Development-Suite
// link[5:14] /develop/feather-js/getting-started
├── Feather.js: JavaScript SDK.
// link[5:14] /develop/wallet-kit/wallet-kit-tutorial
// link[5:14] /develop/wallet-kit/getting-started
├── Wallet Kit: React tooling for frontend integrations.
└── Other tools
Expand Down Expand Up @@ -47,7 +47,7 @@ Use feather.js to create bots, mint NFTs, and build out back-end services. Follo

## Wallet Kit <ThemedImage sources={{light:"/img/icons/walletconnect02.svg", dark:"/img/icons/dark/walletconnect02.svg"}} height="30px" />

Wallet Kit makes it easy to connect a React-based web app to Station. Follow the [Wallet kit tutorial](wallet-kit/wallet-kit-tutorial.mdx) to get started.
Wallet Kit makes it easy to connect a React-based web app to Station. Follow the [Wallet kit tutorial](wallet-kit/getting-started.mdx) to get started.

### Other Tools

Expand Down

0 comments on commit e072e10

Please sign in to comment.