6 Glossary

6.1 Core words

6.2 Core extension words

ContributeContributions

oakavatar of oak [432] Broken linksComment2026-06-14 22:48:09

If this page is navigated to with no trailing forward slash, these links work fine. (e.g. clicking on "6 Glossary" on the left sidebar)

However, if this page is navigated to with a trailing forward slash, all of these links are broken. They have the structure "https://forth-standard.org/standard/core/core/WORD". "/core" is given twice instead of once.

I don't think anything in the spec links to this page in this fashion. Rather, I may have been on, say, https://forth-standard.org/standard/core/ABS, and just deleted the "ABS" at the end in my browser to get back to the glossary.

ruvavatar of ruv

However, if this page is navigated to with a trailing forward slash, all of these links are broken.

This webpage is: https://forth-standard.org/standard/core/

Yes, the server should return either a 404 error or valid content (including optional redirection).

The sources are at https://github.com/GeraldWodni/forth-standard.org If you know how to fix the issue (add either a redirection or 404 error), please make a pull-request.

Reply New Version