typescript-cheatsheets / react-pt

React Typescript Cheatsheet in Portuguese 🇧🇷
MIT License
57 stars 10 forks source link

fixing the wrong links path #15

Closed Caixetadev closed 1 year ago

Caixetadev commented 1 year ago

The links previously ended with "/intro" which led to a non-existent page. I fixed this issue by removing "/intro" from the three links.

Before

link path: https://react-typescript-cheatsheet.netlify.app/docs/advanced/intro image

After

link path: https://react-typescript-cheatsheet.netlify.app/docs/advanced image