When we search for one of the constants AUTO, DEGREES, HALF_PI, HSB, P2D, PI, QUARTER_PI, RADIANS, TAU, TWO_PI, VERSION, WEBGL, WEBGL2, the respective links lead to 404 pages.
Expected Behavior
The respective results for constants should link to the correct reference pages.
Most appropriate sections of the p5.js website?
Reference
Actual Behavior
When we search for one of the constants
AUTO
,DEGREES
,HALF_PI
,HSB
,P2D
,PI
,QUARTER_PI
,RADIANS
,TAU
,TWO_PI
,VERSION
,WEBGL
,WEBGL2
, the respective links lead to 404 pages.Expected Behavior
The respective results for constants should link to the correct reference pages.
Links currently look like this: https://p5js.org/reference/p5/constants/DEGREES
They should look like this: https://p5js.org/reference/p5/DEGREES
Or, the
/constants/*
route should be implemented.Steps to reproduce
DEGREES
DEGREES
link → 404Would you like to work on the issue?
Yes