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
{{ message }}
This repository was archived by the owner on Jun 17, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: src/Debug.mo
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ module {
10
10
/// Prints `text` to output stream.
11
11
///
12
12
/// :::note
13
-
/// When running on ICP, all output is written to the [canister log](https://internetcomputer.org/docs/current/developer-docs/smart-contracts/maintain/logs) with the exclusion of any output
13
+
/// When running on ICP, all output is written to the [canister log](https://internetcomputer.org/docs/building-apps/canister-management/logs) with the exclusion of any output
14
14
/// produced during the execution of non-replicated queries and composite queries.
15
15
/// In other environments, like the interpreter and stand-alone Wasm engines, the output is written to standard out.
0 commit comments