Skip to content

Commit

Permalink
fix(docs): links
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmd5 committed Sep 27, 2024
1 parent 629d372 commit d6a43e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/src/content/docs/chords/chord-json.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<LinkCard title="Learn how to author your extension" href="guides/authoring-extensions" />
<LinkCard title="Learn how to author your extension" href="/chords/guides/authoring-extensions" />
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ To test your extension locally:

Once you've developed and tested your extension, you're ready to publish it!

<LinkCard title="Learn how to publish your extension" href="publishing-extensions" />
<LinkCard title="Learn how to publish your extension" href="/chords/guides/publishing-extensions" />

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.

Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/chords/what-are-chords.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d6a43e8

Please sign in to comment.