Merge pull request #756 from olsza/changeLink

[suggestion]change link with attribute target="_ blank"
This commit is contained in:
Peter Cottle 2020-11-06 09:11:02 -07:00 committed by GitHub
commit 401076bfd1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 <a href=\"https://git-scm.com/docs/git-switch\" target=\"_blank\">learn more here</a>.* "
]
}
},