Skip to content

Commit 8abd78c

Browse files
authored
Merge pull request #3199 from Serena20003/issue3196
Fixed broken autocomplete reference link for Issue #3196
2 parents 21d0d03 + 33660b8 commit 8abd78c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)