From ee1882c28a431d54b9067c7ac1b6a7ec98ccc32b Mon Sep 17 00:00:00 2001 From: Vivek Singh Date: Tue, 12 Mar 2024 12:13:34 +0530 Subject: [PATCH] tiny fix --- SUMMARY.md | 2 +- bare-reference/overview.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SUMMARY.md b/SUMMARY.md index 4e77c24..0d4901d 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -12,7 +12,7 @@ * [Overview](./bare-reference/overview.md) * [Application-Programming-Interface (API)](./bare-reference/api.md) * [Node.js Compatibility with Bare](./bare-reference/nodejs-compatibility-with-bare.md) -* [Bare Module](./bare-reference/bare-module.md) +* [Bare Modules](./bare-reference/bare-modules.md) ### Guides diff --git a/bare-reference/overview.md b/bare-reference/overview.md index 9f31bd1..55c3a06 100644 --- a/bare-reference/overview.md +++ b/bare-reference/overview.md @@ -34,7 +34,7 @@ Bare makes it easy to craft applications that can run effectively across a broad ### Modules -Bare provides no standard library beyond the core JavaScript API available through the `Bare` namespace. Instead, there is a comprehensive collection of external modules built specifically for Bare, see [Bare Modules](./bare-modules.md#external-modules-for-bare) +Bare provides no standard library beyond the core JavaScript API available through the `Bare` namespace. Instead, there is a comprehensive collection of external modules built specifically for Bare, see [Bare Modules](./bare-modules.md) ### Embedding