Skip to content

Commit

Permalink
Merge pull request #701 from dfinity/fix-images-3
Browse files Browse the repository at this point in the history
Additional image/link fixes
  • Loading branch information
jessiemongeon1 authored Feb 1, 2024
2 parents 67c46e6 + d659e0c commit 9a91e36
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion motoko/invoice-canister/docs/bounty-task-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ In addition to this, there's also a [Testing Glossary](TestingGlossay.md) showin

- [x] **Updating the backend**
- [x] Updating [examples/motoko-seller-client/src/backend/modules/SupportedToken.mo](https://github.com/atengberg/examples/blob/ashton/invoice-bnt2/motoko/invoice-canister/examples/motoko-seller-client/src/backend/modules/SupportedToken.mo):
- [x] For each corresponding methods (and [SupportedToken<> variant](https://github.com/atengberg/examples/blob/ashton/invoice-bnt2/motoko/invoice-canister/examples/motoko-seller-client/src/backend/modules/SupportedToken.mo#L523)) two cases instead of the previous four.
- [x] For each corresponding methods (and [SupportedToken variant](https://github.com/atengberg/examples/blob/ashton/invoice-bnt2/motoko/invoice-canister/examples/motoko-seller-client/src/backend/modules/SupportedToken.mo#L523)) two cases instead of the previous four.
- [x] Updating [examples/motoko-seller-client/src/backend/Invoice.mo](https://github.com/atengberg/examples/blob/ashton/invoice-bnt2/motoko/invoice-canister/examples/motoko-seller-client/src/backend/Invoice.mo):
- [x] Editing to do two instead of four cases for each API method.
- [x] Adding the seller as an authorized allowed creator.
Expand Down
2 changes: 0 additions & 2 deletions rust/encrypted-notes-dapp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ Once authenticated with II:

### Adding a new device

![UML sequence diagram showing device registration and synchronization](_attachments/encrypted-notes-seq.png)

## Encrypted note taking dapp tutorial

Follow the steps below to deploy this sample project.
Expand Down

0 comments on commit 9a91e36

Please sign in to comment.