From f82cb94ccd0b7fb0befd643f2d618538eaa0193c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eike=20Ha=C3=9F?= Date: Thu, 16 Nov 2023 09:43:04 +0100 Subject: [PATCH] replace private tangle links --- README.md | 2 +- bindings/wasm/README.md | 2 +- examples/0_basic/0_create_did.rs | 2 +- identity_iota/README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0f325b6c2d..83254d2152 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ To try out the [examples](https://github.com/iotaledger/identity.rs/blob/HEAD/ex ## Example: Creating an Identity The following code creates and publishes a new IOTA DID Document to a locally running private network. -See the [instructions](https://wiki.iota.org/hornet/develop/how_tos/private_tangle) on running your own private network. +See the [instructions](https://github.com/iotaledger/hornet/tree/develop/private_tangle) on running your own private network. _Cargo.toml_ diff --git a/bindings/wasm/README.md b/bindings/wasm/README.md index 33a6c4d34f..f3b854fa37 100644 --- a/bindings/wasm/README.md +++ b/bindings/wasm/README.md @@ -49,7 +49,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](https://wiki.iota.org/hornet/develop/how_tos/private_tangle) on running your own private network. +See the [instructions](https://github.com/iotaledger/hornet/tree/develop/private_tangle) on running your own private network.