Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Electron committed Sep 8, 2024
1 parent 9bfd340 commit 5ac146b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config/articleRedirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ exports.articleRedirects = [
},
{
from: '/identity.rs/libraries/wasm/api_reference/',
to: '/identity.rs/references/api/wasm/',
to: '/identity.rs/references/wasm/api_ref',
},
{
from: '/identity.rs/libraries/wasm/getting_started/',
Expand Down
2 changes: 1 addition & 1 deletion docs/build/identity.rs/1.0/docs/getting-started/wasm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,6 @@ You may find it useful to see how the WASM bindings are being used in existing a

- [Zebra IOTA Edge SDK](https://github.com/ZebraDevs/Zebra-Iota-Edge-SDK) (mobile apps using Capacitor.js + Svelte)

## [API Reference](/identity.rs/references/api/wasm)
## [API Reference](../references/api/wasm.mdx)

## [Examples](https://github.com/iotaledger/identity.rs/blob/v1.0.0/bindings/wasm/examples/README.md)
2 changes: 1 addition & 1 deletion docs/build/identity.rs/1.1/docs/getting-started/wasm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,6 @@ You may find it useful to see how the WASM bindings are being used in existing a

- [Zebra IOTA Edge SDK](https://github.com/ZebraDevs/Zebra-Iota-Edge-SDK) (mobile apps using Capacitor.js + Svelte)

## [API Reference](/identity.rs/references/api/wasm)
## [API Reference](../references/api/wasm.mdx)

## [Examples](https://github.com/iotaledger/identity.rs/blob/v1.1.0/bindings/wasm/examples/README.md)
2 changes: 1 addition & 1 deletion docs/build/identity.rs/1.2/docs/getting-started/wasm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,6 @@ You may find it useful to see how the WASM bindings are being used in existing a

- [Zebra IOTA Edge SDK](https://github.com/ZebraDevs/Zebra-Iota-Edge-SDK) (mobile apps using Capacitor.js + Svelte)

## [API Reference](/identity.rs/references/api/wasm)
## [API Reference](../references/api/wasm.mdx)

## [Examples](https://github.com/iotaledger/identity.rs/blob/v1.2.0/bindings/wasm/examples/README.md)
2 changes: 1 addition & 1 deletion docs/build/identity.rs/1.3/docs/getting-started/wasm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,6 @@ You may find it useful to see how the WASM bindings are being used in existing a

- [Zebra IOTA Edge SDK](https://github.com/ZebraDevs/Zebra-Iota-Edge-SDK) (mobile apps using Capacitor.js + Svelte)

## [API Reference](../references/api/wasm.mdx)
## [API Reference](../references/wasm/api_ref.md)

## [Examples](https://github.com/iotaledger/identity.rs/blob/v1.3.0/bindings/wasm/examples/README.md)

0 comments on commit 5ac146b

Please sign in to comment.