From 4fed1d55f4468f881c23c9693879f8aefbb4f7c2 Mon Sep 17 00:00:00 2001 From: Dr-Electron Date: Wed, 4 Oct 2023 08:38:05 +0200 Subject: [PATCH] Forgot them --- .../docs/concepts/decentralized_identifiers/create.mdx | 2 +- .../0.7-alpha/docs/libraries/wasm/getting_started.mdx | 2 +- .../next/docs/concepts/decentralized_identifiers/create.mdx | 2 +- .../identity.rs/next/docs/libraries/wasm/getting_started.mdx | 2 +- .../stardust/docs/explanations/node_software.md | 2 +- docs/build/iota.js/2.0-rc.1/docs/how_tos/transaction.mdx | 2 +- .../docs/tutorials/alias-transactions/04-alias-transaction.md | 2 +- .../native-token-transactions/03-mint-native-tokens.md | 2 +- .../native-token-transactions/04-native-tokens-transaction.md | 2 +- .../native-token-transactions/05-melt-native-tokens.md | 2 +- .../docs/tutorials/nft-transactions/04-nft-transaction.md | 2 +- .../2.0-rc.1/docs/tutorials/nft-transactions/05-claim-nft.md | 4 ++-- .../tutorials/value-transactions/09-understanding-deposits.md | 2 +- docs/build/wallet.rs/1.0-rc.6/docs/how_tos/run_how_tos.mdx | 2 +- docs/learn/governance/governance-tech.md | 4 ++-- docs/learn/governance/shimmer-governance-intro.md | 4 ++-- docs/learn/governance/the-shimmer-governance-framework.md | 2 +- docusaurus.config.js | 2 +- 18 files changed, 21 insertions(+), 21 deletions(-) diff --git a/docs/build/identity.rs/0.7-alpha/docs/concepts/decentralized_identifiers/create.mdx b/docs/build/identity.rs/0.7-alpha/docs/concepts/decentralized_identifiers/create.mdx index 0b80eccfc69..0e01301ebb5 100644 --- a/docs/build/identity.rs/0.7-alpha/docs/concepts/decentralized_identifiers/create.mdx +++ b/docs/build/identity.rs/0.7-alpha/docs/concepts/decentralized_identifiers/create.mdx @@ -55,6 +55,6 @@ Once the transaction is confirmed, the `Alias ID` would be assigned and the DID ## Running a private network -In order to run the examples, a private network (sometimes also called a private Tangle) needs to run locally. You can refer to [Hornet wiki](/hornet/2.0-rc.6/how_tos/private_tangle) for instructions on how to run a private network. +In order to run the examples, a private network (sometimes also called a private Tangle) needs to run locally. You can refer to [Hornet wiki](/hornet/2.0/how_tos/private_tangle) for instructions on how to run a private network. If your local private network uses different ports than Hornet, modify the API and faucet endpoints in the examples to match your local setup. diff --git a/docs/build/identity.rs/0.7-alpha/docs/libraries/wasm/getting_started.mdx b/docs/build/identity.rs/0.7-alpha/docs/libraries/wasm/getting_started.mdx index 53974bc0c30..0cc1d6f7238 100644 --- a/docs/build/identity.rs/0.7-alpha/docs/libraries/wasm/getting_started.mdx +++ b/docs/build/identity.rs/0.7-alpha/docs/libraries/wasm/getting_started.mdx @@ -64,7 +64,7 @@ The minimum supported version for node is: `v16` ## NodeJS Usage The following code creates a new IOTA DID Document suitable for publishing to a locally running private network. -See the [instructions](/hornet/2.0-rc.6/how_tos/private_tangle) on running your own private network. +See the [instructions](/hornet/2.0/how_tos/private_tangle) on running your own private network.