Skip to content

Commit aa77ef6

Browse files
authored
docs: switch to all-contributors org (#1)
* docs: update all-contributors link * docs: switch org
1 parent da3fa80 commit aa77ef6

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/all-contri
2424
| :---: |
2525
<!-- ALL-CONTRIBUTORS-LIST:END -->
2626

27-
This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome!
27+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
2828

2929
## LICENSE
3030

website/core/Footer.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ class Footer extends React.Component {
2828
</a>
2929
</div>
3030
<div className="footer-github">
31-
<a href="https://github.com/kentcdodds/all-contributors">GitHub</a>
31+
<a href="https://github.com/all-contributors/all-contributors">GitHub</a>
3232
<a
3333
className="github-button"
34-
href="https://github.com/kentcdodds/all-contributors"
34+
href="https://github.com/all-contributors/all-contributors"
3535
data-icon="octicon-star"
3636
data-count-href="/facebook/docusaurus/stargazers"
3737
data-show-count="true"

website/siteConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const siteConfig = {
1010
// End deploy options
1111
headerLinks: [
1212
{ doc: 'overview', label: 'Docs' },
13-
{ href: "https://github.com/kentcdodds/all-contributors", label: "GitHub" },
13+
{ href: "https://github.com/all-contributors/all-contributors", label: "GitHub" },
1414
],
1515
// headerIcon: 'img/all-contributors.png',
1616
// footerIcon: 'img/all-contributors.png',

0 commit comments

Comments
 (0)