Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: dapp to build refactor #2127

Merged
merged 1 commit into from
Jan 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
rube-de marked this conversation as resolved.
Show resolved Hide resolved
<!-- 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
Loading