Skip to content

Commit fd2434b

Browse files
authored
Merge pull request #511 from elizabethengelman/issue-510-fix-get-started-link
Resolving Issue 510: Fix Get Started link on Download page
2 parents 22fe512 + e6d4dba commit fd2434b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/pages/download/index.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ slug: download/
3636
<!-- COMPLETE LIBRARY -->
3737
<div class="link_group">
3838
<h2>{{#i18n "complete-library-title"}}{{/i18n}}</h2>
39-
<p>{{#i18n "complete-library-intro1"}}{{/i18n}}<a href="get-started/">{{#i18n "complete-library-intro2"}}{{/i18n}}</a>{{#i18n "complete-library-intro3"}}{{/i18n}}</p>
39+
<p>{{#i18n "complete-library-intro1"}}{{/i18n}}<a href="{{root}}/get-started/">{{#i18n "complete-library-intro2"}}{{/i18n}}</a>{{#i18n "complete-library-intro3"}}{{/i18n}}</p>
4040

4141
<a class='support_link p5_link' href="https://github.com/processing/p5.js/releases/download/[p5_version]/p5.zip">
4242
<div class="download_box">

0 commit comments

Comments
 (0)