summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Michael Larson <sethmichaellarson@gmail.com>2021-06-25 11:41:57 -0500
committerGitHub <noreply@github.com>2021-06-25 11:41:57 -0500
commite772731e0cf065c884cd32803276896c6f21f95e (patch)
treefcb6d07faa35297cea7cb1953a7194201ffce481
parent6622092ea119c6867bb9a9f9d6bb86e0f4c59526 (diff)
downloadurllib3-e772731e0cf065c884cd32803276896c6f21f95e.tar.gz
Update docs link in issue template to point at the default instead of `latest`
-rw-r--r--.github/ISSUE_TEMPLATE/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index 9b435ced..6cbf5a88 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -1,7 +1,7 @@
blank_issues_enabled: false
contact_links:
- name: 📚 Documentation
- url: https://urllib3.readthedocs.io/en/latest/
+ url: https://urllib3.readthedocs.io
about: Make sure you read the relevant docs
- name: ❓ Ask on StackOverflow
url: https://stackoverflow.com/questions/tagged/urllib3