diff --git a/images_tutorial/git_review.png b/images_tutorial/git_review.png new file mode 100644 index 0000000000000000000000000000000000000000..32bdfb56d7dc108d11899638d74caac1b5cd0969 Binary files /dev/null and b/images_tutorial/git_review.png differ diff --git a/images_tutorial/zenodo_review.png b/images_tutorial/zenodo_review.png new file mode 100644 index 0000000000000000000000000000000000000000..c060b3c6172553d371a62544b95a4b32490839b5 Binary files /dev/null and b/images_tutorial/zenodo_review.png differ diff --git a/tutorial.py b/tutorial.py index e4c8babe30341c737a1eb6ba41dedb13f09382c5..a9646e78fe1eb2e4a7e7ba8f5651270721b78748 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)