You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: migrate remaining ninja-devs examples to mo:core 2.4.0 (#1328)
* refactor: migrate remaining ninja-devs examples to mo:core 2.4.0
Migrates daily_planner, evm_block_explorer, filevault, flying_ninja, and
tokenmania to mo:core 2.4.0 — dropping mo:base, applying persistent actor,
context dot notation, and updated APIs (List, Queue, VarArray, Runtime.trap).
Also fixes the icp-cli URL in flying_ninja's README.
* docs: fix outdated icp-cli URL in flying_ninja BUILD.md
* refactor: use local Order type alias in flying_ninja sort comparator
* refactor: apply modern Motoko style to daily_planner backend
* fix: restore Option import needed for context dot .get() in daily_planner
Copy file name to clipboardExpand all lines: motoko/flying_ninja/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,14 +12,14 @@ This example can be deployed directly from [ICP Ninja](https://icp.ninja), a bro
12
12
13
13
[](https://icp.ninja/i?g=https://github.com/dfinity/examples/motoko/flying_ninja)
14
14
15
-
> **Note:** ICP Ninja currently uses `dfx` under the hood, which is why this example includes a `dfx.json` configuration file. `dfx` is the legacy CLI, being superseded by [icp-cli](https://cli.icp.build), which is what developers should use for local development.
15
+
> **Note:** ICP Ninja currently uses `dfx` under the hood, which is why this example includes a `dfx.json` configuration file. `dfx` is the legacy CLI, being superseded by [icp-cli](https://cli.internetcomputer.org), which is what developers should use for local development.
0 commit comments