usethesource / rascal

The implementation of the Rascal meta-programming language (including interpreter, type checker, parser generator, compiler and JVM based run-time system)
http://www.rascal-mpl.org
Other
406 stars 78 forks source link

Anchor links broken in docs.rascal-mpl.org #1619

Open DamDC91 opened 2 years ago

DamDC91 commented 2 years ago

Describe the bug

Some anchor links aren't working on this page.

To Reproduce

Most of the links expect the ones in 1. Prelude are broken.

Example when clicking on concat:

Capture

https://docs.rascal-mpl.org/unstable/Libraries/#Libraries/Prelude/List-concat should be https://docs.rascal-mpl.org/unstable/Libraries/#List-concat

jurgenvinju commented 2 years ago

Thanks Dennis! Working on it with the documentation project @JJWTimmer