mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
Reference in markdown documentation is not being rendered in HTML #5966
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @holtkamp on GitHub (May 18, 2018).
In the documentation about Events, the following snippet is used:
Not sure how to refer to lines in a .md file, so here is a screenshot:
It seems that when being rendered on https://www.doctrine-project.org/projects/doctrine-orm/en/latest/reference/events.html#lifecycle-events (the last block), no hyperlink is rendered..., again a screenshot:
Maybe I am missing something, but it seems during the compilation / build of the documentation this reference is not detected / respected?
@jwage commented on GitHub (May 19, 2018):
There is no rst file named
reference-events-implementing-listeners.rstin the docs folder that I could find. This might be a case of a file being renamed or removed and a reference wasn't updated.@holtkamp commented on GitHub (May 19, 2018):
So probably this section is referred to? https://www.doctrine-project.org/projects/doctrine-orm/en/latest/reference/events.html#implementing-event-listeners
@holtkamp commented on GitHub (Aug 6, 2019):
This seems now resolved => close issue.