Skip to content

Commit

Permalink
Link contribute button to the wiki developer guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam- committed Dec 28, 2023
1 parent 679e18c commit 6641f9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/_data/links.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export default {
patreon: 'https://www.patreon.com/runelite',
twitter: 'https://twitter.com/RuneLiteClient',
github: 'https://github.com/runelite'
github: 'https://github.com/runelite',
contribute: 'https://github.com/runelite/runelite/wiki/Developer-Guide'
}
2 changes: 1 addition & 1 deletion src/components/hero.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ class Hero extends Component {
</h1>
<p>{description}</p>

<a id="contribute" class="btn" href={links.github}>
<a id="contribute" class="btn" href={links.contribute}>
Contribute
</a>

Expand Down

0 comments on commit 6641f9e

Please sign in to comment.