diff --git a/motoko/encrypted-notes-dapp-vetkd/README.mdx b/motoko/encrypted-notes-dapp-vetkd/README.mdx index 920db1512..fd6bb3411 100644 --- a/motoko/encrypted-notes-dapp-vetkd/README.mdx +++ b/motoko/encrypted-notes-dapp-vetkd/README.mdx @@ -12,7 +12,7 @@ The vetKey used to encrypt and decrypt a note is note-ID-specific (and not, for Currently, the only way to use this dapp is via manual local deployment (see below). -Please also see the [README of the original encrypted-notes-dapp](../encrypted-notes-dapp/README.md) for further details. +Please also see the [README of the original encrypted-notes-dapp](../encrypted-notes-dapp/README.mdx) for further details. ## Disclaimer diff --git a/motoko/invoice-canister/docs/bounty-task-checklist.md b/motoko/invoice-canister/docs/bounty-task-checklist.md index 9fc869cb3..eb4b5ad23 100644 --- a/motoko/invoice-canister/docs/bounty-task-checklist.md +++ b/motoko/invoice-canister/docs/bounty-task-checklist.md @@ -262,7 +262,7 @@ In addition to this, there's also a [Testing Glossary](TestingGlossay.md) showin - [x] All testing is also extensively commented. - [x] Standalone (non-generated) developer doc [DesignDoc.md](DesignDoc.md) covering specifications, API, security and critical aspects. - [x] Commented [invoice.did](../invoice.did) at project's root. - - [x] Coverage in [README](../README.md) including integration of invoice canister. + - [x] Coverage in [README](../README.mdx) including integration of invoice canister. - [x] [Diagram flow chart](invoice-payment-flow.png) of typical "ok" invoice lifecycle. ### [SEC-F22] Potentially sensitive invoice details are stored in plain text on the canister #26 ###