-
Notifications
You must be signed in to change notification settings - Fork 336
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
404 Error on 'Doc Examples' Link in Cmarkit Section #2899
Comments
For some reason, the Github README is not correctly parsed. The package description page in ocaml.org is just a view from the project's README. All links were working when I tried using Github directly. It is redirecting to I'll try to debug it |
Hello @vit0rr ! Could you please elaborate how did you accessed the links directly from Github? |
You can just access the project's Github page: https://github.com/dbuenzli/cmarkit |
ocaml.org copies README from their project's home page in GitHub. When files include relative links, they are not resolved correctly once displayed in ocaml.org. For instance, here is cmarkit's README source: ## Sample programs
The [`cmarkit`] tool parses and renders CommonMark files in various
ways.
See also [`bench.ml`] and the [doc examples].
[`cmarkit`]: test/cmarkit_tool.ml
[`bench.ml`]: test/bench.ml
[doc examples]: test/examples.ml GitHub translates
To fix the broken link, we'd need to processing in ocaml.org to restore the complete link to GiutHub. |
This issue pertains to a broken link in the cmarkit section of the application or website. When users click on the "doc examples" link, instead of navigating to the intended resource or page, it results in a 404 error. This indicates that the linked page is either missing, has been moved, or the URL is incorrect. The problem affects user experience by preventing access to the expected documentation or examples.
The text was updated successfully, but these errors were encountered: