]> git.ipfire.org Git - thirdparty/psycopg.git/commit
docs(readme): fix hyperlink in bullet list
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 8 Apr 2024 19:21:42 +0000 (19:21 +0000)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 8 Apr 2024 19:23:11 +0000 (19:23 +0000)
commit6230ddd1be93b0a051bab1aeb21b93e4bc18b4fb
tree9e2981daedfde9d4eeae96b25ce69e11c4bbd5c3
parent449d9111841b6c47c9af92ac36e9b6372188d52c
docs(readme): fix hyperlink in bullet list

The problem was reported in #775, but the file is not wrong, and
rst2html renders correctly without warnings.

The problem is that the Github reST implementation doesn't get the
hyperlinks indented at bullet list level right.

My preference is to move the links out of the list rather than inserting
the URLs in the flow of the text and get awkward newlines or long lines.
README.rst