Skip to content

Commit 2285a3c

Browse files
authored
chore: fix frontend docs links for the new entry point structure (#100)
1 parent 25c240e commit 2285a3c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ Tools to help canister developers integrate VetKeys into their Internet Computer
3939

4040
Tools for frontend developers to interact with VetKD enabled canisters.
4141

42-
- **[KeyManager](https://5lfyp-mqaaa-aaaag-aleqa-cai.icp0.io/classes/ic_vetkeys_tools.KeyManager.html)** – Facilitates interaction with a KeyManager-enabled canister.
43-
- **[EncryptedMaps](https://5lfyp-mqaaa-aaaag-aleqa-cai.icp0.io/classes/ic_vetkeys_tools.EncryptedMaps.html)** – Facilitates interaction with a EncryptedMaps-enabled canister.
44-
- **[Utils](https://5lfyp-mqaaa-aaaag-aleqa-cai.icp0.io/modules/ic_vetkeys.html)** – Utility functions for working with VetKeys.
42+
- **[KeyManager](https://5lfyp-mqaaa-aaaag-aleqa-cai.icp0.io/classes/_dfinity_vetkeys_key_manager.KeyManager.html)** – Facilitates interaction with a KeyManager-enabled canister.
43+
- **[EncryptedMaps](https://5lfyp-mqaaa-aaaag-aleqa-cai.icp0.io/classes/_dfinity_vetkeys_encrypted_maps.EncryptedMaps.html)** – Facilitates interaction with a EncryptedMaps-enabled canister.
44+
- **[Utils](https://5lfyp-mqaaa-aaaag-aleqa-cai.icp0.io/modules/_dfinity_vetkeys.html)** – Utility functions for working with VetKeys.
4545

4646
### **3. VetKeys Password Manager** - Example application
4747

frontend/ic_vetkeys/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,23 @@ This package contains three entry points:
1313

1414
<br>
1515

16-
[`ic_vetkeys`](https://5lfyp-mqaaa-aaaag-aleqa-cai.icp0.io/modules/ic_vetkeys.html)
16+
[`ic_vetkeys`](https://5lfyp-mqaaa-aaaag-aleqa-cai.icp0.io/modules/_dfinity_vetkeys.html)
1717

1818
---
1919

2020
Provides frontend utilities for the low-level use of VetKeys such as decryption of encrypted VetKeys, identity based encryption (IBE), and symmetric key derivation from a VetKey.
2121

2222
<br>
2323

24-
[`ic_vetkeys/key_manager`](https://5lfyp-mqaaa-aaaag-aleqa-cai.icp0.io/modules/ic_vetkeys_key_manager.html)
24+
[`ic_vetkeys/key_manager`](https://5lfyp-mqaaa-aaaag-aleqa-cai.icp0.io/modules/_dfinity_vetkeys_key_manager.html)
2525

2626
---
2727

2828
A frontend library facilitating communication with a [key manager enabled canister](https://docs.rs/ic_vetkeys/latest/TODO).
2929

3030
<br>
3131

32-
[`ic_vetkeys/encrypted_maps`](https://5lfyp-mqaaa-aaaag-aleqa-cai.icp0.io/modules/ic_vetkeys_encrypted_maps.html)
32+
[`ic_vetkeys/encrypted_maps`](https://5lfyp-mqaaa-aaaag-aleqa-cai.icp0.io/modules/_dfinity_vetkeys_encrypted_maps.html)
3333

3434
---
3535

0 commit comments

Comments
 (0)