From 99926e86ba6e5706b4a27601955b327b612cb752 Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Fri, 26 Jul 2024 14:48:20 +0200 Subject: [PATCH] Fix link in `ExperimentalInternetComputer.mo` (#648) see comments in https://github.com/dfinity/motoko/pull/4618 --- src/ExperimentalInternetComputer.mo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ExperimentalInternetComputer.mo b/src/ExperimentalInternetComputer.mo index bf59644e..d7e158be 100644 --- a/src/ExperimentalInternetComputer.mo +++ b/src/ExperimentalInternetComputer.mo @@ -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