From cffdc9deef33e7f6c0ced82599358d5b1422f569 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Mar=C3=ADa=20Jos=C3=A9=20Ramos?= <mariayellowd@gmail.com>
Date: Tue, 18 May 2021 17:18:54 -0500
Subject: [PATCH] Changing URL

---
 tutorial.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tutorial.py b/tutorial.py
index e4c8bab..a9646e7 100644
--- a/tutorial.py
+++ b/tutorial.py
@@ -41,9 +41,9 @@ def start_zenodo():
 # Access Git Documentation
 def about_git():
     print(f"\nTo learn more about {c_Git}:\n\n"
-          f"Github: {colored('https://github.com/', 'blue')} \n"
-          f"Gitlab: {colored('https://about.gitlab.com/', 'blue')}\n"
-          f"Documentation: {colored('https://git-scm.com/doc','blue')} \n")
+          f"Github: https://github.com/ \n"
+          f"Gitlab: https://about.gitlab.com/ \n"
+          f"Documentation: https://docs.github.com/en \n")
     input("Press any key to take you back to the main menu.\n")
     print(f"Going back to main menu...\n")
     time.sleep(2)
-- 
GitLab