diff options
| author | Seth Michael Larson <sethmichaellarson@gmail.com> | 2021-06-25 11:41:57 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-25 11:41:57 -0500 |
| commit | e772731e0cf065c884cd32803276896c6f21f95e (patch) | |
| tree | fcb6d07faa35297cea7cb1953a7194201ffce481 | |
| parent | 6622092ea119c6867bb9a9f9d6bb86e0f4c59526 (diff) | |
| download | urllib3-e772731e0cf065c884cd32803276896c6f21f95e.tar.gz | |
Update docs link in issue template to point at the default instead of `latest`
| -rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 2 |
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 |
