Skip to content

Commit 42afa0b

Browse files
fix: renamed link anchor
Signed-off-by: David Dal Busco <david.dalbusco@outlook.com>
1 parent 261f4de commit 42afa0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/reference/functions/typescript/canisters.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,5 +441,5 @@ export const onExecute = async () => {
441441

442442
- All canister classes use the [call](./ic-cdk.mdx#call) function internally to communicate with the Internet Computer.
443443
- The caller's identity is automatically determined by the serverless function execution context.
444-
- For admin operations, you can use the [id](./ic-cdk.mdx#id) function to get the Satellite's principal, which has admin privileges.
444+
- For admin operations, you can use the [id](./ic-cdk.mdx#canisterself) function to get the Satellite's principal, which has admin privileges.
445445
- Error handling follows the Result pattern: check for `Ok` or `Err` properties in the response.

0 commit comments

Comments
 (0)