From b91c11b2732de845e9a203a180ab914ff97e2941 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Sat, 21 Jan 2023 03:50:39 +0400 Subject: [PATCH] Fix broken links --- src/roadmaps/python/content/100-python-roadmap-note.md | 2 +- src/roadmaps/react/content/100-react-roadmap-note.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/roadmaps/python/content/100-python-roadmap-note.md b/src/roadmaps/python/content/100-python-roadmap-note.md index b75a136c3..3d909c389 100644 --- a/src/roadmaps/python/content/100-python-roadmap-note.md +++ b/src/roadmaps/python/content/100-python-roadmap-note.md @@ -1,4 +1,4 @@ # Note -This roadmap specifically covers **Python and the ecosystem** around it. You will notice that it is missing things like version control, databases, software design, architecture and other things that are not directly related to Python; this is intentional. Have a look at the [Backend Roadmap](/backend/) for a more comprehensive overview of the frontend ecosystem. +This roadmap specifically covers **Python and the ecosystem** around it. You will notice that it is missing things like version control, databases, software design, architecture and other things that are not directly related to Python; this is intentional. Have a look at the [Backend Roadmap](/backend) for a more comprehensive overview of the frontend ecosystem. diff --git a/src/roadmaps/react/content/100-react-roadmap-note.md b/src/roadmaps/react/content/100-react-roadmap-note.md index 9d3a180b5..337796a0f 100644 --- a/src/roadmaps/react/content/100-react-roadmap-note.md +++ b/src/roadmaps/react/content/100-react-roadmap-note.md @@ -1,3 +1,3 @@ # Note -This roadmap specifically covers **React and the ecosystem** around it. You will notice that it is missing things like version control, package managers, build tools, linters, task runners and other things that are not directly related to React; this is intentional. Have a look at the [Frontend Roadmap](/frontend/) for a more comprehensive overview of the frontend ecosystem. +This roadmap specifically covers **React and the ecosystem** around it. You will notice that it is missing things like version control, package managers, build tools, linters, task runners and other things that are not directly related to React; this is intentional. Have a look at the [Frontend Roadmap](/frontend) for a more comprehensive overview of the frontend ecosystem.