A cross-reference in the Python guidelines was rendering as a broken link because it mixed up ID- and title-based referencing; the ID of the target section title in question is _canonical-project-name. We can use the title instead, and take advantage of Asciidoctor's automatic ID resolution.
A cross-reference in the Python guidelines was rendering as a broken link because it mixed up ID- and title-based referencing; the ID of the target section title in question is
_canonical-project-name. We can use the title instead, and take advantage of Asciidoctor's automatic ID resolution.