diff --git a/README.md b/README.md index ffea50f..5d147c2 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ - remotes: `git pull `, `git push `, `git fetch `, `git merge ` - GitHub: forks, branches and PRs: important ➔ explain fork vs. clone!!! - strategies for keeping your fork up-to-date: your `main`, origin's and upstream's `main`, short-lived and long-lived topic branches -- a more thorough and detailed explanation can be found on the [SciPy Contributor's Guide](https://docs.scipy.org/doc/scipy/dev/gitwash/index.html). This guide can be adapted to your own needs, see [gitwash](https://github.com/matthew-brett/gitwash). +- a more thorough and detailed explanation can be found on the [SciPy Contributor's Guide](https://docs.scipy.org/doc/scipy/dev/gitwash/gitwash.html). This guide can be adapted to your own needs, see [gitwash](https://github.com/matthew-brett/gitwash). - make it clear that GitHub and GitLab are just options (git≠GitHub) ## Scenarios