Skip to content
This repository was archived by the owner on Jun 17, 2026. It is now read-only.

Commit 34aaf2f

Browse files
authored
Fix documentation link for ICP canister log (#741)
Updated link to canister log documentation.
1 parent 708c998 commit 34aaf2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Debug.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module {
1010
/// Prints `text` to output stream.
1111
///
1212
/// :::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
1414
/// produced during the execution of non-replicated queries and composite queries.
1515
/// In other environments, like the interpreter and stand-alone Wasm engines, the output is written to standard out.
1616
/// :::

0 commit comments

Comments
 (0)