From 54e37225e24546e0625dcf579795ec86e2827dd9 Mon Sep 17 00:00:00 2001 From: Kaitlin Newson Date: Wed, 15 Dec 2021 16:32:37 -0500 Subject: [PATCH] Use descriptive link formatting --- _episodes/05-github-pages.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/_episodes/05-github-pages.md b/_episodes/05-github-pages.md index 8f5dcfbe..e8b4533f 100644 --- a/_episodes/05-github-pages.md +++ b/_episodes/05-github-pages.md @@ -118,8 +118,7 @@ Usually it's available instantly, but it can take a few seconds and in the worst > Instead of making edits on the GitHub website you can 'clone' the fork to your local machine > and work there. > -> Try following the rest of the steps under "Time to Submit Your First PR" -> at this guide: +> Try following the rest of the steps in this guide under ["Time to Submit Your First PR"](https://www.thinkful.com/learn/github-pull-request-tutorial/Writing-a-Good-Commit-Message#Time-to-Submit-Your-First-PR). > > (If you followed step 1 and 2 in the previous challenge, you already have a fork and you can > skip the creation of a new fork if you like. You can submit multiple pull requests using the same fork.)