diff --git a/install-git.Rmd b/install-git.Rmd index 1da5c07..0a91d3d 100644 --- a/install-git.Rmd +++ b/install-git.Rmd @@ -58,10 +58,10 @@ This installs the most current [Git (Install) X.Y.Z](https://chocolatey.org/pack ### Updating Git for Windows If you already have Git for Windows, but it's not the latest version, it's a good idea to update. -Since v2.16, you can [update like so from the command line](https://stackoverflow.com/a/48924212): +You can [update like so from the command line](https://github.com/git-for-windows/git/wiki/FAQ#how-do-i-update-git-for-windows-upon-new-releases): ``` bash -git update git-for-windows +git update-git-for-windows ``` ## macOS