#1328 Guidelines/Python: Fix bad xref
Merged by churchyard. Opened by ferdnyc.
ferdnyc/packaging-committee python-xref  into  master

Download 1328.patch

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.

Pull-Request has been merged by churchyard

Thanks.

Metadata