diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-11-04 14:02:01 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-11-04 23:59:47 +0100 |
commit | 4d2f8006777d6354d9b62eae38ebd0a0256d0f94 (patch) | |
tree | 31f6a88fdf1b3d96f52f7e5c008a7e966c7d218d /.github | |
parent | 0673cb4d2d97360c68a6ac237eab14fc154bc384 (diff) | |
download | curl-4d2f8006777d6354d9b62eae38ebd0a0256d0f94.tar.gz |
curl.se: new home
Closes #6172
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 |