From 94f0a131ae9e5c140f6f7813cf44e3c15dd5539e Mon Sep 17 00:00:00 2001 From: Olsza Date: Fri, 6 Nov 2020 13:39:12 +0100 Subject: [PATCH] change link with attribute target="_ blank" --- src/levels/intro/branching.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/levels/intro/branching.js b/src/levels/intro/branching.js index bd771f20..3e1761bf 100644 --- a/src/levels/intro/branching.js +++ b/src/levels/intro/branching.js @@ -117,7 +117,7 @@ exports.level = { "*Note: In Git version 2.23, a new command called `git switch` was introduced to eventually replace `git checkout`, ", "which is somewhat overloaded as a command (it does a bunch of separate things). The lessons here will still use ", "`checkout` instead of `switch` because most people won't have access to `switch` yet, but support for the new command ", - "works in the app if you want to try it out! You can [learn more here](https://git-scm.com/docs/git-switch).* " + "works in the app if you want to try it out! You can learn more here.* " ] } },