From 693fa44a3759dc6ce8b32be1772d7a598f8178d2 Mon Sep 17 00:00:00 2001 From: Phyloiota <77154511+Phyloiota@users.noreply.github.com> Date: Mon, 27 Sep 2021 21:20:41 +0800 Subject: [PATCH] Update README.md (#413) changed links for documentation to wiki.iota.org links --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7617390cfd..6975427067 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,8 @@ The individual libraries are developed to be agnostic about the utilized [Distri ## Documentation and Resources -- [API Reference](https://identity.docs.iota.org/docs/libraries/rust/api_reference): Package documentation (cargo docs). -- [Identity Documentation Pages](https://identity.docs.iota.org/): Supplementing documentation with context around identity and simple examples on library usage. +- [API Reference](https://wiki.iota.org/identity.rs/libraries/rust/api_reference): Package documentation (cargo docs). +- [Identity Documentation Pages](https://wiki.iota.org/identity.rs/introduction): Supplementing documentation with context around identity and simple examples on library usage. - [Examples in /examples folder](https://github.com/iotaledger/identity.rs/tree/main/examples): Practical code snippets to get you started with the library. - [IOTA Identity Experience Team Website](https://iota-community.github.io/X-Team_IOTA_Identity/): Website for a collaborative effort to provide help, guidance and spotlight to the IOTA Identity Community through offering feedback and introducing consistent workflows around IOTA Identity. @@ -66,7 +66,7 @@ To try out the [examples](https://github.com/iotaledger/identity.rs/tree/main/ex 2. Build the repository with `cargo build ` 3. Run your first example using `cargo run --example getting_started ` -If you would like to build the [API Reference](https://identity.docs.iota.org/docs/libraries/rust/api_reference) yourself from source, you can do so using: +If you would like to build the [API Reference](https://wiki.iota.org/identity.rs/libraries/rust/api_reference) yourself from source, you can do so using: ```rust cargo doc --document-private-items --no-deps --open ``` @@ -157,8 +157,8 @@ IOTA Identity is in heavy development, and will naturally change as it matures a | Support Embedded Rust | | :large_orange_diamond: | | | | | [WASM Bindings](https://github.com/iotaledger/identity.rs/tree/main/bindings/wasm) | | | :large_orange_diamond: | | implemented for low-level APIs | | [Code Examples](https://github.com/iotaledger/identity.rs/tree/main/examples) | | | | :large_orange_diamond: | | -| [API Reference](https://identity.docs.iota.org/docs/libraries/rust/api_reference) | | | :large_orange_diamond: | | | -| [Documentation Portal](https://identity.docs.iota.org/) | | | :large_orange_diamond: | | | +| [API Reference](https://wiki.iota.org/identity.rs/libraries/rust/api_reference) | | | :large_orange_diamond: | | | +| [Documentation Portal](https://wiki.iota.org/identity.rs/introduction) | | | :large_orange_diamond: | | | #### Next Milestones