Skip to content

Commit df0a9bd

Browse files
authored
Fix Discord link in README (#252)
1 parent 47d6a4d commit df0a9bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<a href="https://shopify.github.io/restyle/">Getting started</a> •
55
<a href="https://shopify.github.io/restyle/#installation">Installation</a> •
66
<a href="https://github.com/Shopify/restyle/tree/master/fixture">Playground</a> •
7-
<a href="https://discord.gg/njT6GY46">Discord</a>
7+
<a href="https://discord.gg/k2gzABTfav">Discord</a>
88
</br></br>
99

1010
**Build a consistent, themed UI in minutes.**

documentation/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ module.exports = {
4747
items: [
4848
{
4949
label: 'Discord',
50-
to: 'https://discord.gg/njT6GY46',
50+
to: 'https://discord.gg/k2gzABTfav',
5151
},
5252
],
5353
},

0 commit comments

Comments
 (0)