Skip to content

Commit

Permalink
removed use/ and adjusted use/ links to academy links (#135)
Browse files Browse the repository at this point in the history
Co-authored-by: = <=>
  • Loading branch information
lmedury authored Nov 10, 2023
1 parent bab1f1a commit 956f035
Show file tree
Hide file tree
Showing 16 changed files with 8 additions and 739 deletions.
2 changes: 1 addition & 1 deletion docs/develop/api/networks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Below is a list of publicly available endpoints that you can use to connect to t
public testnets:

:::tip
You can also use [chainlist.org](https://chainlist.org/) to add the node directly to [Metamask](./../../use/connect-your-wallet/metamask#automatic-import).
You can also use [chainlist.org](https://chainlist.org/) to add the node directly to [Metamask](https://academy.evmos.org/articles/beginner/connect-your-wallet/metamask).
:::

:::note
Expand Down
2 changes: 1 addition & 1 deletion docs/develop/faucet/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ of <ProjectValue keyword="testnet_ticker" /> to anyone who can provide a valid
testnet address. Users can request funds from the faucet either by using the
Keplr or Metamask.

Follow the [Metamask](./../../use/connect-your-wallet/metamask), [Keplr](./../../use/connect-your-wallet/keplr)
Follow the [Metamask](https://academy.evmos.org/articles/beginner/connect-your-wallet/metamask), [Keplr](https://academy.evmos.org/articles/beginner/connect-your-wallet/keplr)
or [Keyring](./../../protocol/concepts/keyring) guides for more info on how to setup your wallet account.

After receiving funds from the faucet, view your account balance either by
Expand Down
2 changes: 1 addition & 1 deletion docs/develop/wallet-integration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ applications. Here are some key points from various sources on wallet integratio
transactions and wallet interactions, and more. Developers enabling transactions on their dApp have to determine
the wallet type of the user, create the transaction, request signatures from the corresponding wallet, and finally broadcast.

- Leverage Keplr, Metamask, Ledger, WalletConnect and more with Evmos. The latest wallets are located [here](./../../../use/wallet).
- Leverage Keplr, Metamask, Ledger, WalletConnect and more with Evmos. The latest wallets are located [here](https://academy.evmos.org/articles/wallet).

- Head over to our [Evmos Client Integrations](./../../develop/tools/client-integrations)
to leverage our Typescript or Python libraries.
Expand Down
4 changes: 2 additions & 2 deletions docs/protocol/concepts/signing.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar_position: 11
Signing is the process of creating a digital signature using a private key to verify a transaction
on the Evmos network. The signature is created using a specific cryptographic algorithm that
ensures the authenticity and integrity of the transaction using methods like
[wallets](./../../use/connect-your-wallet) and the [CLI](./../evmos-cli).
[wallets](https://academy.evmos.org/articles/wallet) and the [CLI](./../evmos-cli).

There are different methods for signing, but one of the most commonly used methods is the
[EIP-712](https://eips.ethereum.org/EIPS/eip-712) standard.
Expand Down Expand Up @@ -39,5 +39,5 @@ Ethereum and Cosmos networks, ultimately fostering greater interoperability betw
:::note
EvmosJS supports signing with EIP-712. More information about the library can be found [here](https://github.com/evmos/evmosjs).

Supported: [Ledger support](./../../use/connect-your-wallet/ledger) and [CLI Commands](./../evmos-cli/cli-commands).
Supported: [Ledger support](https://academy.evmos.org/articles/beginner/connect-your-wallet/ledger) and [CLI Commands](./../evmos-cli/cli-commands).
:::
2 changes: 1 addition & 1 deletion docs/protocol/evmos-cli/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ evmosd keys add [name] \
--keyring-backend test
```

To export your evmos key as an Ethereum private key (for use with [Metamask](./../../../use/connect-your-wallet/metamask)
To export your evmos key as an Ethereum private key (for use with [Metamask](https://academy.evmos.org/articles/beginner/connect-your-wallet/metamask)
for example):

```bash
Expand Down
2 changes: 1 addition & 1 deletion docs/protocol/evmos-cli/single-node.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ You can generate a new key/mnemonic with:
evmosd keys add $KEY
```

To export your Evmos key as an Ethereum private key (for use with [Metamask](./../../../use/connect-your-wallet/metamask)
To export your Evmos key as an Ethereum private key (for use with [Metamask](https://academy.evmos.org/articles/beginner/connect-your-wallet/metamask)
for example):

```bash
Expand Down
84 changes: 0 additions & 84 deletions docs/use/Interact-with-dApps/index.md

This file was deleted.

4 changes: 0 additions & 4 deletions docs/use/connect-your-wallet/_category_.json

This file was deleted.

22 changes: 0 additions & 22 deletions docs/use/connect-your-wallet/index.mdx

This file was deleted.

162 changes: 0 additions & 162 deletions docs/use/connect-your-wallet/keplr.mdx

This file was deleted.

Loading

0 comments on commit 956f035

Please sign in to comment.