summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2021-10-30 22:56:45 +0200
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2021-10-30 22:57:12 +0200
commit5a9602161245307311c6f7280c1dcd5f59dac906 (patch)
tree037f4b3b68a49d1d58633de602d8f39e11f30f6e
parent3430dcdee60ad80202abda54a2f2a55da4c0d8df (diff)
downloadpsycopg2-5a9602161245307311c6f7280c1dcd5f59dac906.tar.gz
Fix issue template markup
-rw-r--r--.github/ISSUE_TEMPLATE/problem-installing-psycopg2.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/problem-installing-psycopg2.md b/.github/ISSUE_TEMPLATE/problem-installing-psycopg2.md
index 369f94c..f309336 100644
--- a/.github/ISSUE_TEMPLATE/problem-installing-psycopg2.md
+++ b/.github/ISSUE_TEMPLATE/problem-installing-psycopg2.md
@@ -11,7 +11,7 @@ assignees: ''
If you have a question, such has "how do you do X with Python/PostgreSQL/psycopg2" please [write to the mailing list](https://lists.postgresql.org/manage/) or [open a question](https://github.com/psycopg/psycopg2/discussions) instead.
**Before opening this ticket, please confirm that:**
-- [ ] I am running the latest version of pip, i.e. typing ``pip --version`` you get [this version[(https://pypi.org/project/pip/).
+- [ ] I am running the latest version of pip, i.e. typing ``pip --version`` you get [this version](https://pypi.org/project/pip/).
- [ ] I have read the [installation documentation](https://www.psycopg.org/docs/install.html) and the [frequently asked questions](https://www.psycopg.org/docs/faq.html)
- [ ] I am not trying to install `psycopg2-binary` on an Apple M1, for which [binary packages are not supported](https://github.com/psycopg/psycopg2/issues/1286)
- [ ] I am not trying to install `psycopg2-binary` in an Alpine Linux Docker image