From ec8dc4e605cd599ef2675c2185c484ecf3a1a2b4 Mon Sep 17 00:00:00 2001 From: Lars Kappert Date: Tue, 28 May 2024 21:04:01 +0200 Subject: [PATCH] Fix a few links --- packages/docs/src/content/docs/guides/writing-a-plugin.md | 2 +- packages/docs/src/content/docs/index.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/docs/src/content/docs/guides/writing-a-plugin.md b/packages/docs/src/content/docs/guides/writing-a-plugin.md index ac7eacddd..98369163a 100644 --- a/packages/docs/src/content/docs/guides/writing-a-plugin.md +++ b/packages/docs/src/content/docs/guides/writing-a-plugin.md @@ -265,7 +265,7 @@ Thanks for reading. If you have been following this guide to create a new plugin, this might be the right time to open a pull request! [1]: ../reference/plugins.md -[2]: https://github.com/webpro/knip/blob/v3/packages/knip/src/types/plugins.ts +[2]: https://github.com/webpro/knip/blob/v4/packages/knip/src/types/plugins.ts [3]: ../explanations/plugins.md [4]: #entry_file_patterns [5]: ../explanations/plugins.md#bringing-it-all-together diff --git a/packages/docs/src/content/docs/index.mdx b/packages/docs/src/content/docs/index.mdx index c50f062bc..fa6ddf86b 100644 --- a/packages/docs/src/content/docs/index.mdx +++ b/packages/docs/src/content/docs/index.mdx @@ -12,7 +12,7 @@ hero: file: ../../assets/logo.svg actions: - text: Let's Get Started - link: ./v4/overview/getting-started + link: /overview/getting-started icon: right-arrow variant: primary - text: View on GitHub