Skip to content

Commit

Permalink
Updating git links
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaland committed Oct 25, 2024
1 parent 2a86a3e commit 965c98b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"homepage": "https://quartz.jzhao.xyz",
"repository": {
"type": "git",
"url": "https://github.com/jackyzha0/quartz.git"
"url": "https://github.com/redhat-composer-ai/documentation"
},
"scripts": {
"docs": "npx quartz build --serve -d content",
Expand Down
3 changes: 2 additions & 1 deletion quartz.layout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ export const sharedPageComponents: SharedLayout = {
header: [],
footer: Component.Footer({
links: {
GitHub: "https://github.com/jackyzha0/quartz",
GitHub: "https://github.com/redhat-composer-ai",
Documentation: "https://redhat-composer-ai.github.io/documentation/",
"Discord Community": "https://discord.gg/cRFFHYye7t",
},
}),
Expand Down
4 changes: 2 additions & 2 deletions quartz/cli/handlers.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ See the [documentation](https://quartz.jzhao.xyz) for how to get started.

// setup remote
execSync(
`git remote show upstream || git remote add upstream https://github.com/jackyzha0/quartz.git`,
`git remote show upstream || git remote add upstream https://github.com/redhat-composer-ai/documentation`,
{ stdio: "ignore" },
)

Expand Down Expand Up @@ -440,7 +440,7 @@ export async function handleUpdate(argv) {
console.log(chalk.bgGreen.black(`\n Quartz v${version} \n`))
console.log("Backing up your content")
execSync(
`git remote show upstream || git remote add upstream https://github.com/jackyzha0/quartz.git`,
`git remote show upstream || git remote add upstream https://github.com/redhat-composer-ai/documentation`,
)
await stashContentFolder(contentFolder)
console.log(
Expand Down

0 comments on commit 965c98b

Please sign in to comment.