diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 77f433ed66..f406b2db63 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ blank_issues_enabled: false contact_links: - name: Ask a Question - url: https://discuss.fluentd.org/ - about: I have questions about Fluentd and plugins. Please ask and answer questions at https://discuss.fluentd.org/. + url: https://github.com/fluent/fluentd/discussions + about: I have questions about Fluentd and plugins. Please ask and answer questions at https://github.com/fluent/fluentd/discussions diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 388fe0c3f4..4d5a69f17f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,7 @@ We'd love your contribution. Here are the guidelines! RESOURCES of [Official site](https://www.fluentd.org/) and [Fluentd documentation](https://docs.fluentd.org/) may help you. -If you have further questions about Fluentd and plugins, please direct these to [Community Forum](https://discuss.fluentd.org/). +If you have further questions about Fluentd and plugins, please direct these to [Community Forum](https://github.com/fluent/fluentd/discussions). Don't use Github issue for asking questions. Here are examples: - I installed xxx plugin but it doesn't work. Why? diff --git a/README.md b/README.md index 6bdd8a2c1a..bb4a6d8cd6 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ You can run specified test via `TEST` environment variable: - Website: https://www.fluentd.org/ - Documentation: https://docs.fluentd.org/ - Project repository: https://github.com/fluent -- Discussion: https://discuss.fluentd.org/ +- Discussion: https://github.com/fluent/fluentd/discussions - Slack / Community: https://slack.fluentd.org - Newsletters: https://www.fluentd.org/newsletter - Author: [Sadayuki Furuhashi](https://github.com/frsyuki)