From f4673b7088f5aa80a394a61bb303fea2ff1ffd96 Mon Sep 17 00:00:00 2001 From: Jessie Mongeon <133128541+jessiemongeon1@users.noreply.github.com> Date: Wed, 6 Mar 2024 13:16:02 -0600 Subject: [PATCH 1/2] Update README.mdx --- motoko/encrypted-notes-dapp-vetkd/README.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 41e12c7cd3fa5c0254442447ba73543930751099 Mon Sep 17 00:00:00 2001 From: Jessie Mongeon <133128541+jessiemongeon1@users.noreply.github.com> Date: Wed, 6 Mar 2024 13:16:54 -0600 Subject: [PATCH 2/2] Update bounty-task-checklist.md --- motoko/invoice-canister/docs/bounty-task-checklist.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ###