From ce7057107266c1d96a909977add472af83f0e9f9 Mon Sep 17 00:00:00 2001 From: Jacky Zhao Date: Mon, 21 Aug 2023 09:14:47 -0700 Subject: [PATCH] docs: use canonical quartz.jzhao.xyz, update bootstrap script to point to correct hosting link --- README.md | 2 +- quartz/bootstrap-cli.mjs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 059dad26..4b4731c9 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Quartz v4 features a from-the-ground rewrite focusing on end-user extensibility **If you are looking for Quartz v3, you can find it on the [`hugo` branch](https://github.com/jackyzha0/quartz/tree/hugo).** -🔗 Read the documentation and get started: https://four.quartz.jzhao.xyz/ +🔗 Read the documentation and get started: https://quartz.jzhao.xyz/ [Join the Discord Community](https://discord.gg/cRFFHYye7t) diff --git a/quartz/bootstrap-cli.mjs b/quartz/bootstrap-cli.mjs index 616f2ef7..cb0ff2e0 100755 --- a/quartz/bootstrap-cli.mjs +++ b/quartz/bootstrap-cli.mjs @@ -255,7 +255,7 @@ See the [documentation](https://quartz.jzhao.xyz) for how to get started. outro(`You're all set! Not sure what to do next? Try: • Customizing Quartz a bit more by editing \`quartz.config.ts\` • Running \`npx quartz build --serve\` to preview your Quartz locally - • Hosting your Quartz online (see: https://quartz.jzhao.xyz/setup/hosting) + • Hosting your Quartz online (see: https://quartz.jzhao.xyz/hosting) `) }) .command("update", "Get the latest Quartz updates", CommonArgv, async (argv) => {