diff --git a/content/roadmaps/107-python/content/104-repo-hosting-services/100-github.md b/content/roadmaps/107-python/content/104-repo-hosting-services/100-github.md
index 1d347d3e4..5fef2cf13 100644
--- a/content/roadmaps/107-python/content/104-repo-hosting-services/100-github.md
+++ b/content/roadmaps/107-python/content/104-repo-hosting-services/100-github.md
@@ -1 +1,11 @@
-# Github
\ No newline at end of file
+# GitHub
+
+[GitHub](https://github.com) is a provider of internet hosting for software development and version control using Git. It offers the distributed version control and source code management functionality of Git, plus its own features.
+
+Free Content
+
+GitHub: Quickstart
+What is GitHub?
+Git vs. GitHub: What's the difference?
+Git and GitHub for Beginners
+Git and GitHub - CS50 Beyond 2019
diff --git a/content/roadmaps/107-python/content/104-repo-hosting-services/101-gitlab.md b/content/roadmaps/107-python/content/104-repo-hosting-services/101-gitlab.md
index 70157a4e6..46ac31e11 100644
--- a/content/roadmaps/107-python/content/104-repo-hosting-services/101-gitlab.md
+++ b/content/roadmaps/107-python/content/104-repo-hosting-services/101-gitlab.md
@@ -1 +1,8 @@
-# Gitlab
\ No newline at end of file
+# GitLab
+
+[GitLab](https://gitlab.com) is a provider of internet hosting for software development and version control using Git. It offers the distributed version control and source code management functionality of Git, plus its own features.
+
+Free Content
+
+GitLab Website
+GitLab Documentation
diff --git a/content/roadmaps/107-python/content/104-repo-hosting-services/102-bitbucket.md b/content/roadmaps/107-python/content/104-repo-hosting-services/102-bitbucket.md
index 9c781a3b3..2ba118ef9 100644
--- a/content/roadmaps/107-python/content/104-repo-hosting-services/102-bitbucket.md
+++ b/content/roadmaps/107-python/content/104-repo-hosting-services/102-bitbucket.md
@@ -1 +1,8 @@
-# Bitbucket
\ No newline at end of file
+# BitBucket
+
+[BitBucket](https://bitbucket.com) is a provider of internet hosting for software development and version control using Git. It offers the distributed version control and source code management functionality of Git, plus its own features.
+
+Free Content
+
+BitBucket Website
+How to use BitBucket?
diff --git a/content/roadmaps/107-python/content/104-repo-hosting-services/readme.md b/content/roadmaps/107-python/content/104-repo-hosting-services/readme.md
index ca921962f..a9357ef87 100644
--- a/content/roadmaps/107-python/content/104-repo-hosting-services/readme.md
+++ b/content/roadmaps/107-python/content/104-repo-hosting-services/readme.md
@@ -1 +1,8 @@
-# Repo hosting services
\ No newline at end of file
+# Repo Hosting Services
+
+There are different repository hosting services with the most famous one being GitHub, GitLab and BitBucket. I would recommend creating an account on GitHub because that is where most of the OpenSource work is done and most of the developers are.
+
+Services Links
+GitHub: Where the world builds software
+GitLab: Iterate faster, innovate together
+BitBucket: The Git solution for professional teams