From d66ec038c1758ab2243cff72d82a0d6c07e74568 Mon Sep 17 00:00:00 2001 From: beruf Date: Thu, 2 Jan 2025 08:02:15 +0100 Subject: [PATCH] docs: fix to new build --- docs/rofl/app.mdx | 4 ++-- docs/rofl/deployment.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/rofl/app.mdx b/docs/rofl/app.mdx index deadac61c9..b826161463 100644 --- a/docs/rofl/app.mdx +++ b/docs/rofl/app.mdx @@ -33,7 +33,7 @@ authenticated via HTTPS/TLS or use other methods (e.g. light clients for other chains). -[Sapphire runtime]: https://github.com/oasisprotocol/docs/blob/main/docs/dapp/sapphire/README.mdx +[Sapphire runtime]: https://github.com/oasisprotocol/docs/blob/main/docs/build/sapphire/README.mdx ## Repository Structure and Dependencies @@ -175,7 +175,7 @@ In a few moments, the Sapphire Localnet will spin up and automatically launch your ROFL inside the compute node. See [localnet][localnet] for more information. -[localnet]: https://github.com/oasisprotocol/docs/blob/main/docs/dapp/tools/localnet.mdx +[localnet]: https://github.com/oasisprotocol/docs/blob/main/docs/build/tools/localnet.mdx [rofl-dev]: https://github.com/oasisprotocol/oasis-sdk/pkgs/container/rofl-dev diff --git a/docs/rofl/deployment.md b/docs/rofl/deployment.md index 1b046fa666..e15a23c3d6 100644 --- a/docs/rofl/deployment.md +++ b/docs/rofl/deployment.md @@ -5,7 +5,7 @@ to. This can be any ParaTime which has the ROFL module installed. For the rest of this section we will be using [Sapphire Testnet][sapphire-testnet] which has all of the required functionality. -[sapphire-testnet]: https://github.com/oasisprotocol/docs/blob/main/docs/dapp/sapphire/network.mdx +[sapphire-testnet]: https://github.com/oasisprotocol/docs/blob/main/docs/build/sapphire/network.mdx ## Define the Root of Trust @@ -101,8 +101,8 @@ While we are using [EVM-based smart contracts] in this example, the on-chain part can be anything from a [WASM-based smart contract] to a dedicated [runtime module]. -[EVM-based smart contracts]: https://github.com/oasisprotocol/docs/blob/main/docs/dapp/sapphire/README.mdx -[WASM-based smart contract]: https://github.com/oasisprotocol/docs/blob/main/docs/dapp/tools/other-paratimes/cipher/README.mdx +[EVM-based smart contracts]: https://github.com/oasisprotocol/docs/blob/main/docs/build/sapphire/README.mdx +[WASM-based smart contract]: https://github.com/oasisprotocol/docs/blob/main/docs/build/tools/other-paratimes/cipher/README.mdx [runtime module]: https://github.com/oasisprotocol/oasis-sdk/blob/main/docs/runtime/modules.md :::