diff --git a/docusaurus.config.js b/docusaurus.config.js index 74f9eb70..fc86f9ce 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -104,7 +104,7 @@ const config = { }, { href: 'https://threebox.notion.site/threebox/Ceramic-Ecosystem-Directory-a3a7a58f81544d33ad3feb84368775d4', - label: 'Ecosystem Page', + label: 'Ecosystem Directory', }, { href: 'https://forum.ceramic.network/', diff --git a/src/components/homepage/get-started.js b/src/components/homepage/get-started.js index f2132c26..d12e9bbf 100644 --- a/src/components/homepage/get-started.js +++ b/src/components/homepage/get-started.js @@ -7,7 +7,7 @@ const FeatureList = [ title: "What is Ceramic?", items: [ { - url: "docs/introduction/intro", + url: "docs/introduction/why-ceramic", text: "Dive into the core concepts behind the Ceramic Network", }, ],