We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0d82621 + 32c2098 commit 919e482Copy full SHA for 919e482
src/templates/pages/get-started/index.hbs
@@ -197,7 +197,7 @@ function draw() {
197
<div>{{#i18n "book1"}}{{/i18n}}</div>
198
199
<script>
200
- $.getJSON('../download/version.json', function(data) {
+ $.getJSON('/download/version.json', function(data) {
201
$('.p5-replace').each(function() {
202
var html = $(this).html().replace('[p5_version]', data.version);
203
$(this).html(html);
0 commit comments