From 2e94083b73ac5d941120faee5fea66e01da75885 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Luis=20Cano=20Rodr=C3=ADguez?= Date: Tue, 11 Apr 2023 12:05:04 +0200 Subject: [PATCH] Fix links on GitHub issue templates (#150) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Juan Luis Cano Rodríguez --- .github/ISSUE_TEMPLATE/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index af7ecdbe0..53557f844 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,10 +1,10 @@ blank_issues_enabled: false contact_links: - - name: Discord server + - name: Slack workspace about: Come chat with the community! - url: https://discord.gg/akJDeVaxnB + url: https://slack.kedro.org - name: Documentation - url: https://kedro.readthedocs.io/en/stable/ + url: https://docs.kedro.org about: To learn more about how Kedro works - name: Case studies, articles and video tutorials url: https://github.com/kedro-org/kedro-community