Skip to content

Commit 2f7c209

Browse files
committed
Fix typo and link
1 parent fe95fac commit 2f7c209

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/docs/ext-dev/getting-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Watch mode will need to be restarted if you edit the extension manifest, add/rem
8686

8787
## Publish to GitHub
8888

89-
We suggest publishing to GitHub to take use of the provided GitHub workflow. You can choose any Git host you like, though!
89+
We suggest publishing to GitHub to make use of the provided GitHub workflow. You can choose any Git host you like, though!
9090

9191
In the repository settings, make sure GitHub Actions is enabled for your repository, and that the GitHub Pages source is set to GitHub Actions:
9292

src/content/docs/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ A common question we get is what moonlight does differently, and why it's worth
5858
Modify any piece of code you want using regex or ASTs, or add your own code as a Webpack module
5959
</Card>
6060
<Card title="Open extension system" icon="puzzle">
61-
[Develop extensions locally](/ext-dev/getting-started#build-and-run-the-extension) or [make a third party repository](/ext-dev/getting-started#publishing-to-github-pages), no recompiling moonlight required
61+
[Develop extensions locally](/ext-dev/getting-started#build-and-run-the-extension) or [make a third party repository](/ext-dev/getting-started#publish-to-github), no recompiling moonlight required
6262
</Card>
6363
<Card title="Community-made mappings" icon="seti:code-search">
6464
[Community-maintained mappings of the Discord client](https://github.com/moonlight-mod/mappings), available as a library

0 commit comments

Comments
 (0)