From a930013e435a698886bc080a1b8238c224e3663e Mon Sep 17 00:00:00 2001 From: Thomas H Date: Fri, 20 Dec 2024 10:04:23 -0500 Subject: [PATCH] Fix broken link to "Introduction to Github" training --- git-guides/git-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-guides/git-overview.md b/git-guides/git-overview.md index f4322ac89..4ca45f248 100644 --- a/git-guides/git-overview.md +++ b/git-guides/git-overview.md @@ -88,7 +88,7 @@ If you're looking for more GitHub-specific technical guidance, check out [GitHub Depending on your operating system, you may already have [Git installed](/git-guides/install-git). But, getting started means more than having the software! To get started, it's important to know the basics of how Git works. You may choose to do the actual work within a terminal, an app like GitHub Desktop, or through GitHub.com. (*Note: while you can interact with Git through GitHub.com, your experience may be limited. Many local tools can give you access to the most widely used Git functionalities, though only the terminal will give you access to them all.*) -There are _many_ ways to use Git, which doesn't necessarily make it easier! But, the fundamental Git workflow has a few main steps. You can practice all of these in the [Introduction to GitHub Learning Lab course](https://lab.github.com/githubtraining/introduction-to-github). +There are _many_ ways to use Git, which doesn't necessarily make it easier! But, the fundamental Git workflow has a few main steps. You can practice all of these in the [Introduction to GitHub Skills course](https://skills.github.com/). #### Create a branch