Skip to content

Commit

Permalink
docs: use canonical quartz.jzhao.xyz, update bootstrap script to poin…
Browse files Browse the repository at this point in the history
…t to correct hosting link
  • Loading branch information
jackyzha0 committed Aug 21, 2023
1 parent 8c943f4 commit ce70571
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion quartz/bootstrap-cli.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit ce70571

Please sign in to comment.