From d7b0f190b473b9b78f3e81b18433b6cbc1e6fc5d Mon Sep 17 00:00:00 2001 From: Jessie Mongeon <133128541+jessiemongeon1@users.noreply.github.com> Date: Thu, 2 May 2024 18:08:49 -0500 Subject: [PATCH] Update modules-and-imports.md (#4530) --- doc/md/writing-motoko/modules-and-imports.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/md/writing-motoko/modules-and-imports.md b/doc/md/writing-motoko/modules-and-imports.md index 30058c632cf..d87716be0c7 100644 --- a/doc/md/writing-motoko/modules-and-imports.md +++ b/doc/md/writing-motoko/modules-and-imports.md @@ -12,7 +12,7 @@ This section provides examples of different scenarios for using the `module` and ## Importing from the base library -View the [online documentation for the Motoko base library](../base/index). +View the [online documentation for the Motoko base library](../base/index.md). You can find source code for the Motoko base modules in the open source [repository](https://github.com/dfinity/motoko-base).