diff options
author | Reuben Tier | 2023-08-29 16:07:14 +0100 |
---|---|---|
committer | GitHub | 2023-08-29 16:07:14 +0100 |
commit | fab013e38708ef9ed83068f9a4cf86024ac26143 (patch) | |
tree | 5867ef4300b739721abea83031237a7e9310755f | |
parent | c0db919bb11dda573ad11a2797fbc15da9ea5ae2 (diff) | |
download | IT.starlight-fab013e38708ef9ed83068f9a4cf86024ac26143.tar.gz IT.starlight-fab013e38708ef9ed83068f9a4cf86024ac26143.tar.bz2 IT.starlight-fab013e38708ef9ed83068f9a4cf86024ac26143.zip |
Fix links in README (#606)
-rw-r--r-- | packages/starlight/README.md | 6 |
1 files 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 |