Skip to content

Commit

Permalink
Fix repo links
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins committed Dec 20, 2023
1 parent abaf6a3 commit 5a6def8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/routes/help/_components.svx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ You can fork the [GitHub project](https://github.com/svelte-society/sveltesociet

## Edit the file

You can edit and propose your changes [directly in GitHub](https://github.com/svelte-society/sveltesociety.dev/edit/master/src/pages/packages/packages.json)
You can edit and propose your changes [directly in GitHub](https://github.com/svelte-society/sveltesociety.dev/edit/main/src/routes/packages/packages.json)

# What information should I give ?

Expand Down
2 changes: 1 addition & 1 deletion src/routes/help/submitting/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
</pre>
<br />
Copy this snippet and add it to
<a href="{repoURL}/blob/main/src/routes/{pathName}/{pathName}.json">{pathName}.json</a>. Before
<a href="{repoURL}/edit/main/src/routes/{pathName}/{pathName}.json">{pathName}.json</a>. Before
submitting a PR, please clone your changes locally and run:
<pre>pnpm run lint</pre>

Expand Down

0 comments on commit 5a6def8

Please sign in to comment.