Skip to content

Commit 37e8258

Browse files
authored
Merge branch 'develop' into fix/addition-print-pdf-default-size
2 parents a2f75dd + 8abd78c commit 37e8258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/modules/IDE/components/show-hint.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@
283283
<span class="hint-hidden">, </span>\
284284
${
285285
p5
286-
? `<a href="https://p5js.org/reference/#/p5/${
286+
? `<a href="https://p5js.org/reference/p5/${
287287
typeof p5 === 'string' ? p5 : name
288288
}" role="link" onclick="event.stopPropagation()" target="_blank">\
289289
<span class="hint-hidden">open ${name} reference</span>\

0 commit comments

Comments
 (0)