From d3d14bf88a3b31e599c8328978f3466359bc7bd1 Mon Sep 17 00:00:00 2001 From: James Falcon Date: Tue, 2 Jan 2024 19:52:31 -0600 Subject: [PATCH] Fix 'open an issue' link in development.rst --- docs/changelog/3179.doc.rst | 1 + docs/development.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 docs/changelog/3179.doc.rst diff --git a/docs/changelog/3179.doc.rst b/docs/changelog/3179.doc.rst new file mode 100644 index 000000000..1dae029a5 --- /dev/null +++ b/docs/changelog/3179.doc.rst @@ -0,0 +1 @@ +-Fix ``open an issue`` link in development.rst diff --git a/docs/development.rst b/docs/development.rst index 8740d3979..422f81e4d 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -9,7 +9,7 @@ Getting started help you get started with development, testing, and documentation. We’re pleased that you are interested in working on tox. This document is meant to get you setup to work on tox and to act as a guide and reference to the development setup. If you face any issues during this process, please -:issue:`new?title=Trouble+with+development+environment` about it on the issue tracker. +:issue:`open an issue ` about it on the issue tracker. Setup ~~~~~