From 6641f9ef9f6a6f333228eabdf82854e1b9cffedb Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 28 Dec 2023 13:09:23 -0500 Subject: [PATCH] Link contribute button to the wiki developer guide --- src/_data/links.js | 3 ++- src/components/hero.js | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/_data/links.js b/src/_data/links.js index 08e288f289..78daf50c57 100644 --- a/src/_data/links.js +++ b/src/_data/links.js @@ -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' } diff --git a/src/components/hero.js b/src/components/hero.js index 12b16c72fc..1bb06fac08 100644 --- a/src/components/hero.js +++ b/src/components/hero.js @@ -160,7 +160,7 @@ class Hero extends Component {

{description}

- + Contribute