Remove trailing slashes from the roadmap pages

pull/3333/head
Kamran Ahmed 2 years ago
parent 5b93bc42db
commit 750e6e5a36
  1. 2
      src/roadmaps/backend/content/101-basic-frontend/102-javascript.md
  2. 2
      src/roadmaps/backend/content/103-learn-a-language/100-go.md
  3. 2
      src/roadmaps/backend/content/103-learn-a-language/102-java.md
  4. 2
      src/roadmaps/backend/content/103-learn-a-language/105-javascript.md
  5. 2
      src/roadmaps/backend/content/103-learn-a-language/106-python.md
  6. 2
      src/roadmaps/backend/content/106-relational-databases/100-postgresql.md
  7. 2
      src/roadmaps/blockchain/content/109-dapps/100-frontend-frameworks/100-react.md
  8. 2
      src/roadmaps/blockchain/content/109-dapps/100-frontend-frameworks/101-angular.md
  9. 2
      src/roadmaps/blockchain/content/109-dapps/100-frontend-frameworks/102-vue.md
  10. 2
      src/roadmaps/blockchain/content/109-dapps/107-supporting-languages/101-python.md
  11. 2
      src/roadmaps/blockchain/content/109-dapps/107-supporting-languages/102-go.md
  12. 2
      src/roadmaps/computer-science/content/101-pick-a-language/102-java.md
  13. 2
      src/roadmaps/computer-science/content/101-pick-a-language/103-python.md
  14. 2
      src/roadmaps/computer-science/content/101-pick-a-language/104-go.md
  15. 2
      src/roadmaps/devops/content/100-language/100-python.md
  16. 2
      src/roadmaps/devops/content/100-language/102-javascript.md
  17. 2
      src/roadmaps/devops/content/100-language/103-go.md
  18. 2
      src/roadmaps/frontend/content/103-javascript/index.md
  19. 2
      src/roadmaps/frontend/content/111-pick-a-framework/100-react-js/index.md
  20. 2
      src/roadmaps/frontend/content/111-pick-a-framework/101-angular/index.md
  21. 2
      src/roadmaps/frontend/content/111-pick-a-framework/102-vue-js/index.md
  22. 2
      src/roadmaps/frontend/content/121-mobile-applications/102-flutter.md
  23. 2
      src/roadmaps/frontend/content/122-desktop-applications/102-flutter.md
  24. 2
      src/roadmaps/software-architect/content/104-programming-languages/100-java-kotlin-scala.md
  25. 2
      src/roadmaps/software-architect/content/104-programming-languages/101-python.md
  26. 2
      src/roadmaps/software-architect/content/104-programming-languages/103-go.md
  27. 2
      src/roadmaps/software-architect/content/104-programming-languages/104-javascript-typescript.md
  28. 2
      src/roadmaps/software-architect/content/111-web-and-mobile/101-react-vue-angular.md

@ -4,7 +4,7 @@ JavaScript allows you to add interactivity to your pages. Common examples that y
Visit the following resources to learn more:
- [Visit Dedicated JavaScript Roadmap](/javascript/)
- [Visit Dedicated JavaScript Roadmap](/javascript)
- [W3Schools – JavaScript Tutorial](https://www.w3schools.com/js/)
- [The Modern JavaScript Tutorial](https://javascript.info/)
- [Exploring JS: JavaScript books for programmers](https://exploringjs.com/)

@ -4,7 +4,7 @@ Go is an open source programming language supported by Google. Go can be used to
Visit the following resources to learn more:
- [Visit Dedicated Go Roadmap](/golang/)
- [Visit Dedicated Go Roadmap](/golang)
- [A Tour of Go – Go Basics](https://go.dev/tour/welcome/1)
- [Go Reference Documentation](https://go.dev/doc/)
- [Go by Example - annotated example programs](https://gobyexample.com/)

@ -5,7 +5,7 @@ It was created in 1995 by James Gosling at Sun Microsystems and is one of the mo
Visit the following resources to learn more:
- [Visit Dedicated Java Roadmap](/java/)
- [Visit Dedicated Java Roadmap](/java)
- [Java Website](https://www.java.com/)
- [Codeacademy - Free Course](https://www.codecademy.com/learn/learn-java)
- [W3 Schools Tutorials](https://www.w3schools.com/java/)

@ -6,7 +6,7 @@ If you pick up JavaScript for the Backend, my personal recommendation would be t
Visit the following resources to learn more:
- [Visit Dedicated JavaScript Roadmap](/javascript/)
- [Visit Dedicated JavaScript Roadmap](/javascript)
- [W3Schools – JavaScript Tutorial](https://www.w3schools.com/js/)
- [The Modern JavaScript Tutorial](https://javascript.info/)
- [Eloquent Javascript - Book](https://eloquentjavascript.net/)

@ -4,7 +4,7 @@ Python is a well known programming language which is both a strongly typed and a
Visit the following resources to learn more:
- [Visit Dedicated Python Roadmap](/python/)
- [Visit Dedicated Python Roadmap](/python)
- [Python Website](https://www.python.org/)
- [Python Getting Started](https://www.python.org/about/gettingstarted/)
- [Automate the Boring Stuff](https://automatetheboringstuff.com/)

@ -4,7 +4,7 @@ PostgreSQL, also known as Postgres, is a free and open-source relational databas
Visit the following resources to learn more:
- [Visit Dedicated PostgreSQL DBA Roadmap](/postgresql-dba/)
- [Visit Dedicated PostgreSQL DBA Roadmap](/postgresql-dba)
- [Official Website](https://www.postgresql.org/)
- [What is PostgreSQL](https://www.geeksforgeeks.org/what-is-postgresql-introduction/)
- [Learn PostgreSQL - Full Tutorial for Beginners](https://www.postgresqltutorial.com/)

@ -4,7 +4,7 @@ React is the most popular front-end JavaScript library for building user interfa
Visit the following resources to learn more:
- [Visit Dedicated React Roadmap](/react/)
- [Visit Dedicated React Roadmap](/react)
- [React Website](https://reactjs.org/)
- [Official Getting Started](https://reactjs.org/tutorial/tutorial.html)
- [The Beginners Guide to React](https://egghead.io/courses/the-beginner-s-guide-to-react)

@ -4,5 +4,5 @@ Angular is a component based front-end development framework built on TypeScript
Visit the following resources to learn more:
- [Visit Dedicated Angular Roadmap](/angular/)
- [Visit Dedicated Angular Roadmap](/angular)
- [Official - Getting started with Angular](https://angular.io/start)

@ -4,7 +4,7 @@ Vue.js is an open-source JavaScript framework for building user interfaces and s
Visit the following resources to learn more:
- [Visit Dedicated Vue Roadmap](/vue/)
- [Visit Dedicated Vue Roadmap](/vue)
- [Vue.js Website](https://vuejs.org/)
- [Official Getting Started](https://vuejs.org/v2/guide/)
- [Vue.js Course for Beginners](https://www.youtube.com/watch?v=FXpIoQ_rT_c)

@ -4,7 +4,7 @@ Python is a well known programming language which is both a strongly typed and a
Visit the following resources to learn more:
- [Visit Dedicated Python Roadmap](/python/)
- [Visit Dedicated Python Roadmap](/python)
- [Python Website](https://www.python.org/)
- [Python Getting Started](https://www.python.org/about/gettingstarted/)
- [W3Schools - Python Tutorial ](https://www.w3schools.com/python/)

@ -4,7 +4,7 @@ Go is an open source programming language supported by Google. Go can be used to
Visit the following resources to learn more:
- [Visit Dedicated Go Roadmap](/golang/)
- [Visit Dedicated Go Roadmap](/golang)
- [A Tour of Go – Go Basics](https://go.dev/tour/welcome/1)
- [Go Reference Documentation](https://go.dev/doc/)
- [Go by Example - annotated example programs](https://gobyexample.com/)

@ -5,7 +5,7 @@ It was created in 1995 by James Gosling at Sun Microsystems and is one of the mo
Visit the following resources to learn more:
- [Visit Dedicated Java Roadmap](/java/)
- [Visit Dedicated Java Roadmap](/java)
- [Java Website](https://www.java.com/)
- [Codeacademy - Free Course](https://www.codecademy.com/learn/learn-java)
- [W3 Schools Tutorials](https://www.w3schools.com/java/)

@ -4,7 +4,7 @@ Python is a well known programming language which is both a strongly typed and a
Visit the following resources to learn more:
- [Visit Dedicated Python Roadmap](/python/)
- [Visit Dedicated Python Roadmap](/python)
- [Python Website](https://www.python.org/)
- [Python Getting Started](https://www.python.org/about/gettingstarted/)
- [Automate the Boring Stuff](https://automatetheboringstuff.com/)

@ -4,7 +4,7 @@ Go is an open source programming language supported by Google. Go can be used to
Visit the following resources to learn more:
- [Visit Dedicated Go Roadmap](/golang/)
- [Visit Dedicated Go Roadmap](/golang)
- [A Tour of Go – Go Basics](https://go.dev/tour/welcome/1)
- [Go Reference Documentation](https://go.dev/doc/)
- [Go by Example - annotated example programs](https://gobyexample.com/)

@ -4,7 +4,7 @@ Python is a multi-paradigm language. Being an interpreted language, code is exec
Visit the following resources to learn more:
- [Visit Dedicated Python Roadmap](/python/)
- [Visit Dedicated Python Roadmap](/python)
- [Python Website](https://www.python.org/)
- [Python Getting Started](https://www.python.org/about/gettingstarted/)
- [Automate the Boring Stuff](https://automatetheboringstuff.com/)

@ -4,7 +4,7 @@ JavaScript allows you to add interactivity to your pages. Common examples that y
Visit the following resources to learn more:
- [Visit Dedicated JavaScript Roadmap](/javascript/)
- [Visit Dedicated JavaScript Roadmap](/javascript)
- [W3Schools – JavaScript Tutorial](https://www.w3schools.com/js/)
- [The Modern JavaScript Tutorial](https://javascript.info/)
- [Codecademy - Learn JavaScript](https://www.codecademy.com/learn/introduction-to-javascript)

@ -4,7 +4,7 @@ Go is an open source programming language supported by Google. Go can be used to
Visit the following resources to learn more:
- [Visit Dedicated Go Roadmap](/golang/)
- [Visit Dedicated Go Roadmap](/golang)
- [A Tour of Go – Go Basics](https://go.dev/tour/welcome/1)
- [Go Reference Documentation](https://go.dev/doc/)
- [Go by Example - annotated example programs](https://gobyexample.com/)

@ -4,7 +4,7 @@ JavaScript allows you to add interactivity to your pages. Common examples that y
Visit the following resources to learn more:
- [Visit Dedicated JavaScript Roadmap](/javascript/)
- [Visit Dedicated JavaScript Roadmap](/javascript)
- [W3Schools – JavaScript Tutorial](https://www.w3schools.com/js/)
- [The Modern JavaScript Tutorial](https://javascript.info/)
- [Learn JavaScript: Covered many topics](https://www.javascripttutorial.net/)

@ -4,7 +4,7 @@ React is the most popular front-end JavaScript library for building user interfa
Visit the following resources to learn more:
- [Visit Dedicated React Roadmap](/react/)
- [Visit Dedicated React Roadmap](/react)
- [React Website](https://reactjs.org/)
- [Official Getting Started](https://reactjs.org/tutorial/tutorial.html)
- [Beta React Docs](https://beta.reactjs.org/)

@ -4,6 +4,6 @@ Angular is a component based front-end development framework built on TypeScript
Visit the following resources to learn more:
- [Visit Dedicated Angular Roadmap](/angular/)
- [Visit Dedicated Angular Roadmap](/angular)
- [Official - Getting started with Angular](https://angular.io/start)
- [Angular for Beginners Course [Full Front End Tutorial with TypeScript]](https://www.youtube.com/watch?v=3qBXWUpoPHo)

@ -4,7 +4,7 @@ Vue.js is an open-source JavaScript framework for building user interfaces and s
Visit the following resources to learn more:
- [Visit Dedicated Vue Roadmap](/vue/)
- [Visit Dedicated Vue Roadmap](/vue)
- [Vue.js Website](https://vuejs.org/)
- [Official Getting Started](https://vuejs.org/v2/guide/)
- [Vue.js Course for Beginners](https://www.youtube.com/watch?v=FXpIoQ_rT_c)

@ -14,7 +14,7 @@ If you know a bit of programming, Dart is a typed object programming language. Y
Visit the following resources to learn more:
- [Visit Dedicated Flutter Roadmap](/flutter/)
- [Visit Dedicated Flutter Roadmap](/flutter)
- [Flutter Website](https://flutter.dev)
- [Flutter Tutorial](https://www.w3adda.com/flutter-tutorial)
- [Flutter Tutorial for Beginners](https://www.youtube.com/watch?v=1ukSR1GRtMU&list=PL4cUxeGkcC9jLYyp2Aoh6hcWuxFDX6PBJ)

@ -4,7 +4,7 @@ Flutter is a free and open-source multi-platform UI framework created by Google
Visit the following resources to learn more:
- [Visit Dedicated Flutter Roadmap](/flutter/)
- [Visit Dedicated Flutter Roadmap](/flutter)
- [Flutter Website](https://flutter.dev)
- [Flutter for Desktop](https://flutter.dev/multi-platform/desktop)
- [Flutter Tutorial](https://www.w3adda.com/flutter-tutorial)

@ -2,7 +2,7 @@
Visit the following resources to learn more:
- [Visit Dedicated Java Roadmap](/java/)
- [Visit Dedicated Java Roadmap](/java)
- [Java Basics](https://www.w3schools.com/java/)
- [Learn the basics of Kotlin](https://blog.teamtreehouse.com/absolute-beginners-guide-kotlin)
- [Kotlin Docs](https://kotlinlang.org/docs/reference/basic-syntax.html)

@ -4,7 +4,7 @@ Python is a multi-paradigm language. Being an interpreted language, code is exec
Visit the following resources to learn more:
- [Visit Dedicated Python Roadmap](/python/)
- [Visit Dedicated Python Roadmap](/python)
- [Python Website](https://www.python.org/)
- [Python Getting Started](https://www.python.org/about/gettingstarted/)
- [Automate the Boring Stuff](https://automatetheboringstuff.com/)

@ -4,7 +4,7 @@ Go is an open source programming language supported by Google. Go can be used to
Visit the following resources to learn more:
- [Visit Dedicated Go Roadmap](/golang/)
- [Visit Dedicated Go Roadmap](/golang)
- [A Tour of Go – Go Basics](https://go.dev/tour/welcome/1)
- [Go Reference Documentation](https://go.dev/doc/)
- [Go by Example - annotated example programs](https://gobyexample.com/)

@ -4,7 +4,7 @@ JavaScript allows you to add interactivity to your pages. Common examples that y
Visit the following resources to learn more:
- [Visit Dedicated JavaScript Roadmap](/javascript/)
- [Visit Dedicated JavaScript Roadmap](/javascript)
- [W3Schools – JavaScript Tutorial](https://www.w3schools.com/js/)
- [The Modern JavaScript Tutorial](https://javascript.info/)
- [Codecademy - Learn JavaScript](https://www.codecademy.com/learn/introduction-to-javascript)

@ -4,7 +4,7 @@ React is the most popular front-end JavaScript library for building user interfa
Visit the following resources to learn more:
- [Visit Dedicated React Roadmap](/react/)
- [Visit Dedicated React Roadmap](/react)
- [React Website](https://reactjs.org/)
- [Official Getting Started](https://reactjs.org/tutorial/tutorial.html)
- [Beta React Docs](https://beta.reactjs.org/)

Loading…
Cancel
Save