From 6dbd6de699e5393fb32c313711a317c2a5a7e26f Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Thu, 2 Dec 2021 18:20:48 +0100 Subject: [PATCH] Update repository link --- content/pages/about.md | 6 +++--- content/roadmaps/103-react/landscape.md | 2 +- content/roadmaps/104-angular/landscape.md | 2 +- content/roadmaps/105-android/landscape.md | 4 ++-- content/site.json | 14 +++++++------- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/content/pages/about.md b/content/pages/about.md index 2a355d38d..ab5555242 100644 --- a/content/pages/about.md +++ b/content/pages/about.md @@ -19,7 +19,7 @@ learnings, get feedbacks on their projects etc. ## How did you build roadmap.sh? The basic version of the website has been built with [Next.js](https://github.com/zeit/next.js/), is opensource and can -be found on [github](https://github.com/kamranahmedse/roadmap.sh). It was hastily done to get it out in front of the +be found on [github](https://github.com/kamranahmedse/developer-roadmap). It was hastily done to get it out in front of the people and get people to start contributing, so it might be rough on the edges, but that is where we need your help. ## How does it make money? @@ -37,7 +37,7 @@ creates value for the people. ## Can I contribute? You definitely can, infact you are encouraged to do that. Even your minor contributions such as typo fixes count. The -source code of the website can be [found on Github](https://github.com/kamranahmedse/roadmap.sh). Your contributions can +source code of the website can be [found on Github](https://github.com/kamranahmedse/developer-roadmap). Your contributions can be: * Adding a new roadmap @@ -51,7 +51,7 @@ be: * Becoming a sponsor Just make sure -to [follow the contribution guidelines](https://github.com/kamranahmedse/roadmap.sh/tree/master/contributing) when you +to [follow the contribution guidelines](https://github.com/kamranahmedse/developer-roadmap/tree/master/contributing) when you decide to contribute. ## Can I redistribute the content? diff --git a/content/roadmaps/103-react/landscape.md b/content/roadmaps/103-react/landscape.md index 444f08245..b2f7aa2e7 100644 --- a/content/roadmaps/103-react/landscape.md +++ b/content/roadmaps/103-react/landscape.md @@ -4,4 +4,4 @@ Also, please note that the list below is exhaustive, and the items are listed in ![](/roadmaps/react.png) -Please note that the list is opinionated, and you might have different opinions than those of the author. Having said that, [we would love to hear your opinions](https://github.com/kamranahmedse/roadmap.sh/issues/new) and incorporate them in the picture if suitable. +Please note that the list is opinionated, and you might have different opinions than those of the author. Having said that, [we would love to hear your opinions](https://github.com/kamranahmedse/developer-roadmap/issues/new) and incorporate them in the picture if suitable. diff --git a/content/roadmaps/104-angular/landscape.md b/content/roadmaps/104-angular/landscape.md index 920c672a4..53af93306 100644 --- a/content/roadmaps/104-angular/landscape.md +++ b/content/roadmaps/104-angular/landscape.md @@ -4,4 +4,4 @@ Also, please note that the list below is exhaustive, and the items are listed in ![](/roadmaps/angular.png) -Please note that the list is opinionated, and you might have different opinions than those of the author. Having said that, [we would love to hear your opinions](https://github.com/kamranahmedse/roadmap.sh/issues/new) and incorporate them in the picture if suitable. +Please note that the list is opinionated, and you might have different opinions than those of the author. Having said that, [we would love to hear your opinions](https://github.com/kamranahmedse/developer-roadmap/issues/new) and incorporate them in the picture if suitable. diff --git a/content/roadmaps/105-android/landscape.md b/content/roadmaps/105-android/landscape.md index 6bc0baff5..1c6104fe1 100644 --- a/content/roadmaps/105-android/landscape.md +++ b/content/roadmaps/105-android/landscape.md @@ -1,4 +1,4 @@ -The intent of this guide is to give you an idea about the Android development landscape and to help guide your learning if you are confused. Before we start, please note that the roadmap is opinionated, and you might have different opinions than those of the author. Having said that, [we would love to hear your opinions](https://github.com/kamranahmedse/roadmap.sh/issues/new) and incorporate them in the roadmap if suitable. +The intent of this guide is to give you an idea about the Android development landscape and to help guide your learning if you are confused. Before we start, please note that the roadmap is opinionated, and you might have different opinions than those of the author. Having said that, [we would love to hear your opinions](https://github.com/kamranahmedse/developer-roadmap/issues/new) and incorporate them in the roadmap if suitable. There are multiple ways to develop applications for the android; you can go down the path of hybrid application development where [flutter](https://flutter.dev/), [react-native](https://reactnative.dev/), or [NativeScript](https://www.nativescript.org/) are the most common contenders. Flutter uses Dart, whereas React Native and Native Script rely on JavaScript. Answering the question of hybrid vs native is out of the scope of this roadmap. This roadmap is focused on the native Android apps development but if you are interested in learning any hybrid framework, my personal preference is [react-native](https://reactnative.dev) and I would recommend you to checkout the [Frontend Developer Roadmap](/frontend). @@ -76,7 +76,7 @@ I would highly recommend watching [this free course](https://www.udacity.com/cou That wraps it up for the android developer roadmap. Again, remember to not be exhausted by the list; just learn the basics and start working on some project, rest of the learnings will come along the way. Good luck! -For any suggestions, improvements and feedback, feel free to [submit an issue](https://github.com/kamranahmedse/roadmap.sh) or reach out to me on twitter [@kamranahmedse](https://twitter.com/kamranahmedse). +For any suggestions, improvements and feedback, feel free to [submit an issue](https://github.com/kamranahmedse/developer-roadmap) or reach out to me on twitter [@kamranahmedse](https://twitter.com/kamranahmedse).


diff --git a/content/site.json b/content/site.json index 56ddc5e43..7985d60ed 100644 --- a/content/site.json +++ b/content/site.json @@ -11,14 +11,14 @@ "web": "https://roadmap.sh", "twitter": "https://twitter.com/kamranahmedse", "youtube": "https://youtube.com/theroadmap?sub_confirmation=1", - "repo": "https://github.com/kamranahmedse/roadmap.sh", + "repo": "https://github.com/kamranahmedse/developer-roadmap", "sponsor": "https://github.com/sponsors/kamranahmedse", - "repoData": "https://github.com/kamranahmedse/roadmap.sh/tree/master/content", - "addGuide": "https://github.com/kamranahmedse/roadmap.sh/tree/master/contributing/guide.md", - "addRoadmap": "https://github.com/kamranahmedse/roadmap.sh/tree/master/contributing/roadmap.md", - "addResources": "https://github.com/kamranahmedse/roadmap.sh/tree/master/contributing/resources.md", - "contribute": "https://github.com/kamranahmedse/roadmap.sh/tree/master/contributing", - "issue": "https://github.com/kamranahmedse/roadmap.sh/issues/new" + "repoData": "https://github.com/kamranahmedse/developer-roadmap/tree/master/content", + "addGuide": "https://github.com/kamranahmedse/developer-roadmap/tree/master/contributing/guide.md", + "addRoadmap": "https://github.com/kamranahmedse/developer-roadmap/tree/master/contributing/roadmap.md", + "addResources": "https://github.com/kamranahmedse/developer-roadmap/tree/master/contributing/resources.md", + "contribute": "https://github.com/kamranahmedse/developer-roadmap/tree/master/contributing", + "issue": "https://github.com/kamranahmedse/developer-roadmap/issues/new" }, "keywords": [ "roadmap",