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.