diff --git a/modules/index/faq/faq-content.ts b/modules/index/faq/faq-content.ts index b8ee7b4b..5d17a9b7 100644 --- a/modules/index/faq/faq-content.ts +++ b/modules/index/faq/faq-content.ts @@ -31,6 +31,6 @@ export const faqContent = [ }, { question: 'How can I find out more about Kedro?', - answer: `You can find the [Kedro community on Slack](https://slack.kedro.org/).\n\nWe also maintain a list of articles, podcasts, talks, and Kedro showcase projects in the [kedro-community](https://github.com/kedro-org/kedro-community) repository.`, + answer: `You can find the [Kedro community on Slack](https://slack.kedro.org/).\n\nWe also maintain a list of extensions, plugins, articles, podcasts, talks, and Kedro showcase projects in the [awesome-kedro](https://github.com/kedro-org/awesome-kedro) repository.`, }, ]; diff --git a/modules/index/faq/faq.tsx b/modules/index/faq/faq.tsx index 76b2ebc6..93d90a41 100644 --- a/modules/index/faq/faq.tsx +++ b/modules/index/faq/faq.tsx @@ -49,14 +49,14 @@ export default function FAQ() { .
- We also maintain a list of articles, podcasts, talks, and Kedro + We also maintain a list of extensions, plugins, articles, podcasts, talks, and Kedro showcase projects in the{' '} - kedro-community + awesome-kedro {' '} repository.