Skip to content

Commit

Permalink
Update README.md (#413)
Browse files Browse the repository at this point in the history
changed links for documentation to wiki.iota.org links
  • Loading branch information
Phyloiota committed Sep 27, 2021
1 parent e8bbe3c commit 7bc742e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -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.

Expand All @@ -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
```
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7bc742e

Please sign in to comment.