Skip to content

Commit

Permalink
Fix link in ExperimentalInternetComputer.mo (#648)
Browse files Browse the repository at this point in the history
see comments in dfinity/motoko#4618
  • Loading branch information
ggreif authored Jul 26, 2024
1 parent 2dca37c commit 99926e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ExperimentalInternetComputer.mo
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module {
/// let output : ?OutputType = from_candid(rawReply); // { decimals = 8 }
/// ```
///
/// [Learn more about Candid serialization](https://internetcomputer.org/docs/current/developer-docs/build/cdks/motoko-dfinity/language-manual#candid-serialization)
/// [Learn more about Candid serialization](https://internetcomputer.org/docs/current/motoko/main/reference/language-manual#candid-serialization)
public let call : (canister : Principal, name : Text, data : Blob) -> async (reply : Blob) = Prim.call_raw;

/// Given computation, `comp`, counts the number of actual and (for IC system calls) notional WebAssembly
Expand Down

0 comments on commit 99926e8

Please sign in to comment.