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 21d0d03 + 33660b8 commit 8abd78cCopy full SHA for 8abd78c
client/modules/IDE/components/show-hint.js
@@ -283,7 +283,7 @@
283
<span class="hint-hidden">, </span>\
284
${
285
p5
286
- ? `<a href="https://p5js.org/reference/#/p5/${
+ ? `<a href="https://p5js.org/reference/p5/${
287
typeof p5 === 'string' ? p5 : name
288
}" role="link" onclick="event.stopPropagation()" target="_blank">\
289
<span class="hint-hidden">open ${name} reference</span>\
0 commit comments