General Summary
We sometimes link to source files directly (in contrast to linking to documentation files), for example when mentioning some project configuration files.
These links do not work currently in the documentation (but they work correctly when viewed on GitHub). It would be great if they would also work in the docs, probably linking to the source code in the main branch.
Steps to Reproduce
- Go to https://dev.enso.org/docs/enso/CONTRIBUTING.html#system-requirements
- Click on the
build.sbt link
Expected Result
I see the file contents of build.sbt file.
Actual Result
Nothing happens at all, if I open it in a new tab I get a 404 error.
General Summary
We sometimes link to source files directly (in contrast to linking to documentation files), for example when mentioning some project configuration files.
These links do not work currently in the documentation (but they work correctly when viewed on GitHub). It would be great if they would also work in the docs, probably linking to the source code in the
mainbranch.Steps to Reproduce
build.sbtlinkExpected Result
I see the file contents of
build.sbtfile.Actual Result
Nothing happens at all, if I open it in a new tab I get a 404 error.