diff --git a/package.json b/package.json
index 7107cdc..696c5ed 100644
--- a/package.json
+++ b/package.json
@@ -37,7 +37,7 @@
],
"repository": {
"type": "git",
- "url": "git+https://github.com/Prozilla/ProzillaOS.git"
+ "url": "git+https://github.com/prozilla-os/ProzillaOS.git"
},
"dependencies": {
"pnpm": "^9.5.0"
diff --git a/packages/apps/settings/src/components/tabs/AboutSettings.tsx b/packages/apps/settings/src/components/tabs/AboutSettings.tsx
index 7d60bc8..bd56d68 100644
--- a/packages/apps/settings/src/components/tabs/AboutSettings.tsx
+++ b/packages/apps/settings/src/components/tabs/AboutSettings.tsx
@@ -25,7 +25,7 @@ export function AboutSettings() {
diff --git a/packages/demo/index.html b/packages/demo/index.html
index b110d54..2d60ced 100644
--- a/packages/demo/index.html
+++ b/packages/demo/index.html
@@ -65,7 +65,7 @@
"name": "Is ProzillaOS open-source?",
"acceptedAnswer": {
"@type": "Answer",
- "text": "Yes, the source code for ProzillaOS is hosted on GitHub."
+ "text": "Yes, the source code for ProzillaOS is hosted on GitHub."
}
},
{
diff --git a/packages/demo/package.json b/packages/demo/package.json
index da58da4..653af40 100644
--- a/packages/demo/package.json
+++ b/packages/demo/package.json
@@ -19,7 +19,7 @@
},
"repository": {
"type": "git",
- "url": "git+https://github.com/Prozilla/ProzillaOS.git"
+ "url": "git+https://github.com/prozilla-os/ProzillaOS.git"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.2",
diff --git a/packages/demo/public/documents/info.md b/packages/demo/public/documents/info.md
index 55ac6ad..402f034 100644
--- a/packages/demo/public/documents/info.md
+++ b/packages/demo/public/documents/info.md
@@ -8,7 +8,7 @@ ProzillaOS is a web-based operating system inspired by Ubuntu Linux and Windows
## Open-source
-This website was made using React, Vite and TypeScript. The source code is available both on [GitHub](https://github.com/Prozilla/ProzillaOS) and [on the website itself](/). You can find the documentation for this project inside the [docs](/docs) folder.
+This website was made using React, Vite and TypeScript. The source code is available both on [GitHub](https://github.com/prozilla-os/ProzillaOS) and [on the website itself](/). You can find the documentation for this project inside the [docs](/docs) folder.
## Support ProzillaOS
diff --git a/packages/docs/package.json b/packages/docs/package.json
index 0652798..6fd2b1c 100644
--- a/packages/docs/package.json
+++ b/packages/docs/package.json
@@ -16,7 +16,7 @@
},
"repository": {
"type": "git",
- "url": "git+https://github.com/Prozilla/ProzillaOS.git"
+ "url": "git+https://github.com/prozilla-os/ProzillaOS.git"
},
"devDependencies": {
"vite-node": "^1.6.0",
diff --git a/packages/docs/src/about/index.md b/packages/docs/src/about/index.md
index ce6c922..4983898 100644
--- a/packages/docs/src/about/index.md
+++ b/packages/docs/src/about/index.md
@@ -6,7 +6,7 @@ ProzillaOS is a web-based operating system inspired by Ubuntu Linux and Windows
## Open-source
-ProzillaOS was made using React, Vite and TypeScript. The source code is hosted on [GitHub](https://github.com/Prozilla/ProzillaOS). You can contribute by finding bugs and suggesting features via [GitHub issues](https://github.com/Prozilla/ProzillaOS/issues).
+ProzillaOS was made using React, Vite and TypeScript. The source code is hosted on [GitHub](https://github.com/prozilla-os/ProzillaOS). You can contribute by finding bugs and suggesting features via [GitHub issues](https://github.com/prozilla-os/ProzillaOS/issues).
## Support ProzillaOS
diff --git a/packages/docs/src/index.md b/packages/docs/src/index.md
index 0ec0d94..8ffbe0f 100644
--- a/packages/docs/src/index.md
+++ b/packages/docs/src/index.md
@@ -13,7 +13,7 @@ hero:
link: https://os.prozilla.dev/
- theme: alt
text: GitHub
- link: https://github.com/Prozilla/ProzillaOS
+ link: https://github.com/prozilla-os/ProzillaOS
- theme: alt
text: npm
link: https://www.npmjs.com/package/prozilla-os
@@ -29,7 +29,7 @@ features:
- title: Open-source
details: ProzillaOS is entirely free and open-source.
icon:
- link: https://github.com/Prozilla/ProzillaOS
+ link: https://github.com/prozilla-os/ProzillaOS
linkText: Learn more
---