From b932a40ba30db723bea2cc3c3942ab67de231933 Mon Sep 17 00:00:00 2001 From: maneesha sane <829690+maneesha@users.noreply.github.com> Date: Wed, 9 Aug 2023 15:35:33 -0400 Subject: [PATCH] link to episode on hosting In the remotes section we say we'll review the pros/cons of hosting services in a later episode. This PR adds the link to that later episode. --- episodes/07-github.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/episodes/07-github.md b/episodes/07-github.md index 073bed74cc..f7d6512220 100644 --- a/episodes/07-github.md +++ b/episodes/07-github.md @@ -26,7 +26,7 @@ practice, though, it's easiest to use one copy as a central hub, and to keep it on the web rather than on someone's laptop. Most programmers use hosting services like [GitHub](https://github.com), [Bitbucket](https://bitbucket.org) or [GitLab](https://gitlab.com/) to hold those main copies; we'll explore the pros -and cons of this in a later episode. +and cons of this in a [later episode](13-hosting.html). Let's start by sharing the changes we've made to our current project with the world. To this end we are going to create a *remote* repository that will be linked to our *local* repository.