diff options
author | andy5995 <arch_stanton5995@protonmail.com> | 2022-12-27 18:18:15 -0600 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2023-01-02 00:26:37 +0100 |
commit | d68e0a0cc2ce30a8a71bab6a1939b140b740ec7e (patch) | |
tree | a9e8f3b2b2d3d60d150339a2ffa4abbe53f697e0 | |
parent | 92abdaf8e24ef597a1483096c3adbe2fb320569c (diff) | |
download | curl-d68e0a0cc2ce30a8a71bab6a1939b140b740ec7e.tar.gz |
docs: add link to GitHub Discussions
Closes #10171
-rw-r--r-- | docs/HELP-US.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/HELP-US.md b/docs/HELP-US.md index eabf80810..03a4e3acb 100644 --- a/docs/HELP-US.md +++ b/docs/HELP-US.md @@ -4,9 +4,11 @@ We are always in need of more help. If you are new to the project and are looking for ways to contribute and help out, this document aims to give a few good starting points. -A good idea is to start by subscribing to the [curl-library mailing +You may subscribe to the [curl-library mailing list](https://lists.haxx.se/listinfo/curl-library) to keep track of the -current discussion topics. +current discussion topics; or if you are registered on GitHub, you can use the +[Discussions section](https://github.com/curl/curl/discussions) on the main +curl repository. ## Scratch your own itch |