From fab013e38708ef9ed83068f9a4cf86024ac26143 Mon Sep 17 00:00:00 2001 From: Reuben Tier Date: Tue, 29 Aug 2023 16:07:14 +0100 Subject: Fix links in README (#606) --- packages/starlight/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/starlight/README.md b/packages/starlight/README.md index ba21445e..2ffc1bbe 100644 --- a/packages/starlight/README.md +++ b/packages/starlight/README.md @@ -8,9 +8,9 @@ Starlight is a documentation website framework for [Astro][astro]. ## Support -Get help in the [Astro Discord](discord). Post questions in our `#support` forum with the “starlight” tag, or visit our dedicated `#starlight` channel to discuss current development and more! +Get help in the [Astro Discord][discord]. Post questions in our `#support` forum with the “starlight” tag, or visit our dedicated `#starlight` channel to discuss current development and more! -You can also submit bug reports and feature requests as [GitHub issues](issues). +You can also submit bug reports and feature requests as [GitHub issues][issues]. ## Contributing @@ -19,7 +19,7 @@ Join us as a Starlight contributor! These links will help you get started: - [Contributor Manual][contributing] - [Code of Conduct][coc] - [Community Guide][community] -- [Join the `#starlight` channel on Discord](discord) +- [Join the `#starlight` channel on Discord][discord] ## License -- cgit