From d6a43e8e26db87880e64ff4df10f4f14bcd77cd1 Mon Sep 17 00:00:00 2001
From: andrew <1297077+andrewmd5@users.noreply.github.com>
Date: Fri, 27 Sep 2024 21:19:50 +0900
Subject: [PATCH] fix(docs): links
---
docs/src/content/docs/chords/chord-json.mdx | 2 +-
docs/src/content/docs/chords/guides/authoring-extensions.mdx | 2 +-
docs/src/content/docs/chords/what-are-chords.mdx | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/src/content/docs/chords/chord-json.mdx b/docs/src/content/docs/chords/chord-json.mdx
index 25ffd7e8..12e0ec15 100644
--- a/docs/src/content/docs/chords/chord-json.mdx
+++ b/docs/src/content/docs/chords/chord-json.mdx
@@ -271,4 +271,4 @@ Here's a complete example of a `chord.json` file:
This example demonstrates a fully configured `chord.json` file for a Bebop extension that provides a code generator and two decorators. It includes all the necessary metadata, build configuration, and contribution definitions.
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/docs/src/content/docs/chords/guides/authoring-extensions.mdx b/docs/src/content/docs/chords/guides/authoring-extensions.mdx
index 6e00b762..e4ef8f31 100644
--- a/docs/src/content/docs/chords/guides/authoring-extensions.mdx
+++ b/docs/src/content/docs/chords/guides/authoring-extensions.mdx
@@ -154,7 +154,7 @@ To test your extension locally:
Once you've developed and tested your extension, you're ready to publish it!
-
+
By publishing your extension, you can share your work with the Bebop community and allow others to use your custom generators and decorators in their projects.
diff --git a/docs/src/content/docs/chords/what-are-chords.mdx b/docs/src/content/docs/chords/what-are-chords.mdx
index 3aaa32ff..e0bfe213 100644
--- a/docs/src/content/docs/chords/what-are-chords.mdx
+++ b/docs/src/content/docs/chords/what-are-chords.mdx
@@ -60,7 +60,7 @@ To begin working with chords:
3. Familiarize yourself with the chord API and Bebop's extension points.
4. Start developing your custom functionality.
-For detailed guides on creating, publishing, and using chords, refer to our [documentation](guides/authoring-extensions).
+For detailed guides on creating, publishing, and using chords, refer to our [documentation](/chords/guides/authoring-extensions).
:::caution
Compiler extensions are currently in an experimental phase. The ABI (Application Binary Interface) may undergo changes as we refine and stabilize the system.