Skip to content

Commit

Permalink
Merge pull request #2127 from oasisprotocol/rube/docs-refactor-build
Browse files Browse the repository at this point in the history
docs: dapp to build refactor
  • Loading branch information
rube-de authored Jan 17, 2025
2 parents b1b24f8 + 545d553 commit 0563c97
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/rofl/app.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ authenticated via HTTPS/TLS or use other methods (e.g. light clients for other
chains).

<!-- markdownlint-disable line-length -->
[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
<!-- markdownlint-enable line-length -->

## Repository Structure and Dependencies
Expand Down Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions docs/rofl/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

:::
Expand Down

0 comments on commit 0563c97

Please sign in to comment.