Skip to content

Commit

Permalink
Replace "Contribute" with a RGBDS-live link (#52)
Browse files Browse the repository at this point in the history
* Replace "Contribute" with a RGBDS-live link

* read docs -> read manual
  • Loading branch information
avivace authored Sep 24, 2023
1 parent 8dff7d1 commit e0bcaa0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ function HomepageHeader() {
className="button button--lg btn-contribute"
href={`/docs/${latestStable}`}
>
Read docs
Read manual
</Link>
&nbsp;
<Link
className="button button--lg btn-learn"
href="https://github.com/gbdev/rgbds"
href="https://gbdev.io/rgbds-live/"
>
Contribute
Try online
</Link>
</div>
</div>
Expand Down

0 comments on commit e0bcaa0

Please sign in to comment.