From 951151c08d51523d6e2444f121ec16aac0701b6c Mon Sep 17 00:00:00 2001 From: Tiziano Zito Date: Mon, 19 Aug 2024 11:44:30 +0200 Subject: [PATCH] fix gitwash URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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