diff options
Diffstat (limited to '')
-rw-r--r-- | _tils/2020-09-05-pull-requests-with-git-the-old-school-way.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_tils/2020-09-05-pull-requests-with-git-the-old-school-way.md b/_tils/2020-09-05-pull-requests-with-git-the-old-school-way.md index 4eff86f..e7d20f1 100644 --- a/_tils/2020-09-05-pull-requests-with-git-the-old-school-way.md +++ b/_tils/2020-09-05-pull-requests-with-git-the-old-school-way.md @@ -31,7 +31,7 @@ transparently! You could even use your own [cgit][cgit] installation. No need to be locked in by any of them, putting the "D" back in "DVCS": it's a **distributed** version control system. -[cgit]: https://git.zx2c4.com/cgit/about/ +[cgit]: https://git.zx2c4.com/cgit/ ## `git request-pull` introduction |