diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/CONTRIBUTING.md | 2 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 6 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index bce89b444..e9a66ec6e 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -6,7 +6,7 @@ Join the community 1. Click 'watch' on the github repo - 2. Subscribe to the suitable [mailing lists](https://curl.haxx.se/mail/) + 2. Subscribe to the suitable [mailing lists](https://curl.se/mail/) Read [CONTRIBUTE](../docs/CONTRIBUTE.md) --------------------------------------- diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 65069d5cf..2c1baec81 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,13 +7,13 @@ assignees: '' --- -<!-- Only file bugs here! Ask questions on the mailing lists https://curl.haxx.se/mail/ +<!-- Only file bugs here! Ask questions on the mailing lists https://curl.se/mail/ SECURITY RELATED? Post it here: https://hackerone.com/curl There are collections of known issues to be aware of: - https://curl.haxx.se/docs/knownbugs.html - https://curl.haxx.se/docs/todo.html --> + https://curl.se/docs/knownbugs.html + https://curl.se/docs/todo.html --> ### I did this diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 084a84ea1..b16554c6e 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,11 +1,11 @@ blank_issues_enabled: false contact_links: - name: Feature request - url: https://curl.haxx.se/mail/ + url: https://curl.se/mail/ about: To propose new features or enhancements, please bring that discussion to a suitable curl mailing list. - name: Question - url: https://curl.haxx.se/mail/ + url: https://curl.se/mail/ about: Questions should go to the mailing list - name: Commercial support - url: https://curl.haxx.se/support.html + url: https://curl.se/support.html about: Several companies are offering paid support for curl/libcurl |