diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 0e30c28ec..603d1dc37 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -4,7 +4,7 @@ Shoelace is an open source project, meaning everyone can use it and contribute t
## Using the Issue Tracker
-The [issue tracker](https://github.com/claviska/shoelace/issues) is for bug reports, feature requests, and pull requests.
+The [issue tracker](https://github.com/shoelace-style/shoelace/issues) is for bug reports, feature requests, and pull requests.
- Please **do not** use the issue tracker for personal support requests. Please [ask your question](https://stackoverflow.com/questions/ask) on StackOverflow instead.
- Please **do not** derail, hijack, or troll issues. Keep the discussion on topic and be respectful of others.
diff --git a/README.md b/README.md
index 428fbe263..22655b945 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ Designed in New Hampshire by [Cory LaViska](https://twitter.com/claviska).
Documentation: [shoelace.style](https://shoelace.style)
-Source: [github.com/claviska/shoelace](https://github.com/claviska/shoelace)
+Source: [github.com/shoelace-style/shoelace](https://github.com/shoelace-style/shoelace)
Twitter: [@shoelace_style](https://twitter.com/shoelace_style)
@@ -35,7 +35,7 @@ The build is done through a combination of Stencil's CLI and a handful of custom
### Forking the Repo
-Start by [forking the repo](https://github.com/claviska/shoelace/fork) on GitHub, then clone it locally and install dependencies.
+Start by [forking the repo](https://github.com/shoelace-style/shoelace/fork) on GitHub, then clone it locally and install dependencies.
```sh
git clone https://github.com/YOUR_GITHUB_USERNAME/shoelace
@@ -80,7 +80,7 @@ Designing, developing, and supporting this library requires a lot of time, effor
👇 Your support is very much appreciated! 👇
- [Become a sponsor](https://github.com/sponsors/claviska)
-- [Star on GitHub](https://github.com/claviska/shoelace/stargazers)
+- [Star on GitHub](https://github.com/shoelace-style/shoelace/stargazers)
- [Follow on Twitter](https://twitter.com/shoelace_style)
Whether you're building Shoelace or building something _with_ Shoelace — have fun creating! 🥾
diff --git a/docs/assets/plugins/metadata/metadata.js b/docs/assets/plugins/metadata/metadata.js
index af79e11c9..6f2180edc 100644
--- a/docs/assets/plugins/metadata/metadata.js
+++ b/docs/assets/plugins/metadata/metadata.js
@@ -241,7 +241,7 @@
-
+
Star
-
+
Star
diff --git a/docs/getting-started/roadmap.md b/docs/getting-started/roadmap.md
index 1d0b6c897..e9db1c88a 100644
--- a/docs/getting-started/roadmap.md
+++ b/docs/getting-started/roadmap.md
@@ -4,7 +4,7 @@ The roadmap tracks the status of components and features that are planned for de
## 2.1 🤔
-Version 2.1 is still in the planning phase. To request a feature, please [submit an issue](https://github.com/claviska/shoelace/issues) on GitHub. Make sure to search for existing issues and vote using 👍 to add your support!
+Version 2.1 is still in the planning phase. To request a feature, please [submit an issue](https://github.com/shoelace-style/shoelace/issues) on GitHub. Make sure to search for existing issues and vote using 👍 to add your support!
?> Is there a feature you really want to see here? Sponsoring Shoelace is the best way to prioritize its development. [Learn more](https://github.com/sponsors/claviska)
diff --git a/docs/index.html b/docs/index.html
index f310cb636..c6faad75f 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -48,7 +48,7 @@
crossChapterText: false
},
repo: '',
- repo: 'https://github.com/claviska/shoelace/',
+ repo: 'https://github.com/shoelace-style/shoelace/',
routerMode: 'hash', // or 'history'
search: {
maxAge: 86400000, // Expiration time, the default one day
diff --git a/package-lock.json b/package-lock.json
index 36c26c390..fb38cb52d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,5 +1,5 @@
{
- "name": "@claviska/shoelace",
+ "name": "@shoelace-style/shoelace",
"version": "1.0.0-beta.1",
"lockfileVersion": 1,
"requires": true,
diff --git a/package.json b/package.json
index 8335a747e..c61795858 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
{
- "name": "@claviska/shoelace",
+ "name": "@shoelace-style/shoelace",
"version": "1.0.0-beta.1",
"description": "A forward-thinking library of web components.",
"main": "dist/index.js",