Browse Source

[Beta] Fix broken links

main
Dan Abramov 2 years ago
parent
commit
47916ff271
  1. 6
      beta/src/components/Layout/Footer.tsx
  2. 2
      beta/src/content/learn/acknowledgements.md
  3. 2
      beta/src/content/learn/meet-the-team.md

6
beta/src/components/Layout/Footer.tsx

@ -125,12 +125,10 @@ export function Footer() {
<FooterLink href="https://github.com/facebook/react/blob/main/CODE_OF_CONDUCT.md">
Code of Conduct
</FooterLink>
<FooterLink href="/community/acknowledgements">
<FooterLink href="/learn/acknowledgements">
Acknowledgements
</FooterLink>
<FooterLink href="/community/meet-the-team">
Meet the Team
</FooterLink>
<FooterLink href="/learn/meet-the-team">Meet the Team</FooterLink>
<FooterLink href="https://reactjs.org/blog">Blog</FooterLink>
{/* <FooterLink href="/">Community Resources</FooterLink> */}
</div>

2
beta/src/content/learn/acknowledgements.md

@ -4,7 +4,7 @@ title: Acknowledgements
## React {/*react*/}
React was originally created by [Jordan Walke.](https://github.com/jordwalke) Today, React has a [dedicated full-time team working on it](/community/meet-the-team), as well as over a thousand [open source contributors.](https://github.com/facebook/react/blob/main/AUTHORS) We'd like to recognize a few people who have made significant contributions to React and its documentation in the past and have helped maintain them over the years:
React was originally created by [Jordan Walke.](https://github.com/jordwalke) Today, React has a [dedicated full-time team working on it](/learn/meet-the-team), as well as over a thousand [open source contributors.](https://github.com/facebook/react/blob/main/AUTHORS) We'd like to recognize a few people who have made significant contributions to React and its documentation in the past and have helped maintain them over the years:
* [Almero Steyn](https://github.com/AlmeroSteyn)
* [Andreas Svensson](https://github.com/syranide)

2
beta/src/content/learn/meet-the-team.md

@ -95,4 +95,4 @@ Xuan met with programming in childhood to make games in Flash. He did digital me
## Past contributors {/*past-contributors*/}
You can find the past team members and other people who significantly contributed to React over the years on the [acknowledgements](/community/acknowledgements) page.
You can find the past team members and other people who significantly contributed to React over the years on the [acknowledgements](/learn/acknowledgements) page.

Loading…
Cancel
Save