From 50e60a1df8c98c1c47cfcbc71b8036947b7b52f4 Mon Sep 17 00:00:00 2001 From: beruf Date: Wed, 4 Dec 2024 14:30:24 +0100 Subject: [PATCH] fix: links to emerald and cipher --- docs/README.mdx | 6 +++--- docs/guide.mdx | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/README.mdx b/docs/README.mdx index af1e344a..4ed97767 100644 --- a/docs/README.mdx +++ b/docs/README.mdx @@ -16,7 +16,7 @@ crypto gaming If you are not bound to EVM and you wish to develop dApps with more fine-grained confidentiality, check out the -[Cipher ParaTime](../cipher/README.mdx). +[Cipher ParaTime](https://github.com/oasisprotocol/docs/blob/main/docs/dapp/tools/other-paratimes/cipher/README.mdx). [Ethereum Virtual Machine (EVM)]: https://ethereum.org/en/developers/docs/evm/ @@ -63,6 +63,6 @@ Visit the [faucet][faucet] to obtain testnet tokens for development purposes. findSidebarItem('/node/run-your-node/paratime-node'), findSidebarItem('/node/run-your-node/paratime-client-node'), findSidebarItem('/node/web3'), - findSidebarItem('/dapp/emerald/'), - findSidebarItem('/dapp/cipher/'), + findSidebarItem('/dapp/tools/other-paratimes/emerald/'), + findSidebarItem('/dapp/tools/other-paratimes/cipher/'), ]} /> diff --git a/docs/guide.mdx b/docs/guide.mdx index 34192812..35987d65 100644 --- a/docs/guide.mdx +++ b/docs/guide.mdx @@ -17,7 +17,7 @@ your contract to a non-confidential EVM network (e.g., Ropsten, Emerald). [Hardhat tutorial]: https://hardhat.org/tutorial [Solidity docs]: https://docs.soliditylang.org/en/v0.8.15/solidity-by-example.html -[Emerald dApp tutorial]: https://github.com/oasisprotocol/docs/blob/main/docs/dapp/emerald/writing-dapps-on-emerald.mdx +[Emerald dApp tutorial]: https://github.com/oasisprotocol/docs/blob/main/docs/dapp/tools/other-paratimes/emerald/writing-dapps-on-emerald.mdx ## Oasis Consensus Layer and Sapphire ParaTime