From e4a44eca6250ad13e860f915e5acb7930258b804 Mon Sep 17 00:00:00 2001 From: "Will (liruifengv)" Date: Sat, 4 Apr 2026 05:42:07 +0800 Subject: [PATCH] docs: fix repo links and update command for create project (#164) Co-authored-by: Matt Kane --- docs/astro.config.mjs | 4 ++-- docs/src/content/docs/getting-started.mdx | 6 +++--- docs/src/content/docs/index.mdx | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index fad7978..40ec596 100644 --- a/docs/astro.config.mjs +++ b/docs/astro.config.mjs @@ -17,7 +17,7 @@ export default defineConfig({ { icon: "github", label: "GitHub", - href: "https://github.com/withastro/emdash", + href: "https://github.com/emdash-cms/emdash", }, { icon: "discord", @@ -26,7 +26,7 @@ export default defineConfig({ }, ], editLink: { - baseUrl: "https://github.com/withastro/emdash/edit/main/docs/", + baseUrl: "https://github.com/emdash-cms/emdash/tree/main/docs", }, customCss: ["./src/styles/custom.css"], sidebar: [ diff --git a/docs/src/content/docs/getting-started.mdx b/docs/src/content/docs/getting-started.mdx index fc2f7ea..2b9b900 100644 --- a/docs/src/content/docs/getting-started.mdx +++ b/docs/src/content/docs/getting-started.mdx @@ -20,17 +20,17 @@ This guide walks you through creating your first EmDash site, from installation ```bash -npm create astro@latest -- --template emdash +npm create emdash@latest ``` ```bash -pnpm create astro@latest --template emdash +pnpm create emdash@latest ``` ```bash -yarn create astro --template emdash +yarn create emdash ``` diff --git a/docs/src/content/docs/index.mdx b/docs/src/content/docs/index.mdx index 74006e5..bec06af 100644 --- a/docs/src/content/docs/index.mdx +++ b/docs/src/content/docs/index.mdx @@ -9,7 +9,7 @@ hero: link: /getting-started/ icon: right-arrow - text: View on GitHub - link: https://github.com/withastro/emdash + link: https://github.com/emdash-cms/emdash icon: external variant: minimal ---