-
Notifications
You must be signed in to change notification settings - Fork 68
Description
This issue is a follow-up to this comment regarding updating the static files for previous Janet versions.
Subsequent to the merging of #304, community example links for the latest docs now point at janetdocs.org instead of janetdocs.com. However, as noted in the PR, similar links in the static pages have not been updated and still point at janetdocs.com.
This doesn't seem like an urgent issue, but if it's doable to change these links it might be less confusing (and eventually prevent 404-ing).
A cursory review suggests that there are community examples links among the core api, jpm
, and spork
pages for certain Janet versions:
-
core api - the pages for versions
1.10.1
through1.37.1
(inclusive) have community example links pointing at janetdocs.com, e.g. at: -
jpm
andspork
- the pages for versions1.25.1
through1.34.0
(inclusive) have community example links pointing at janetdocs.com, e.g. at:
AFAIU, the older janetdocs (janetdocs.com) never had support for things like jpm
or spork
, so I think we might as well remove the existing community example links for the versions mentioned above (i.e. 1.25.1
through 1.34.0
).
For core api callables, below are a couple of examples of what to change:
-
no prefix in name
-
prefix in name
Not sure if this is a comprehensive description of URL changes [1]. Feedback welcome.
[1] Possibly relevant source lines might be: