From c83dbf2f9454e6ab2e0568cf9adef6f68f46ab81 Mon Sep 17 00:00:00 2001 From: DuroCodes Date: Thu, 9 May 2024 12:18:31 -0400 Subject: [PATCH] fix: fix `sern.config.json` link in CLI page --- src/content/docs/guide/walkthrough/cli.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/guide/walkthrough/cli.mdx b/src/content/docs/guide/walkthrough/cli.mdx index c82f311b2..11d511825 100644 --- a/src/content/docs/guide/walkthrough/cli.mdx +++ b/src/content/docs/guide/walkthrough/cli.mdx @@ -19,7 +19,7 @@ import PackageManagers from '~/components/PackageManagers.astro'; ## Adding Plugins :::caution -You must have a [sern.config.json](../good-to-know.md#sernconfigjson) to use this command. +You must have a [sern.config.json](../good-to-know#sernconfigjson) to use this command. ::: To install [plugins](../plugins) maintained by the community [repository](https://github.com/sern-handler/awesome-plugins):