Browse Source

Update Footer link to

main
Sunil Pai 6 years ago
committed by GitHub
parent
commit
ccdcf455e7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/components/LayoutFooter/Footer.js

4
src/components/LayoutFooter/Footer.js

@ -87,10 +87,10 @@ const Footer = ({layoutHasSidebar = false}: {layoutHasSidebar: boolean}) => (
Stack Overflow
</ExternalFooterLink>
<ExternalFooterLink
href="https://discuss.reactjs.org"
href="https://reactjs.org/community/support.html#popular-discussion-forums"
target="_blank"
rel="noopener">
Discussion Forum
Discussion Forums
</ExternalFooterLink>
<ExternalFooterLink
href="https://discord.gg/0ZcbPKXt5bZjGY5n"

Loading…
Cancel
Save