From 88aa18ba8500de2951b27426678496d1bde3258f Mon Sep 17 00:00:00 2001 From: Ray Kraesig Date: Mon, 6 Jan 2020 18:09:46 -0800 Subject: [PATCH] docs: link to more-currently-maintained fork of GitX The well-known rowanj/gitx repository hasn't been updated since 2014. Preferentially direct new contributors to gitx/gitx instead. (We retain the rowanj repo as a fallback, since it has precompiled releases available.) --- docs/git/setup.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/git/setup.md b/docs/git/setup.md index 7da60a7372..fb3d483d1c 100644 --- a/docs/git/setup.md +++ b/docs/git/setup.md @@ -39,7 +39,7 @@ something goes wrong, this helps you figure out when and why. If you don't already have one installed, here are some suggestions: -- macOS: [GitX-dev][gitgui-gitxdev] +- macOS: [GitX][gitgui-gitx] (previously [GitX-dev][gitgui-gitxdev]) - Ubuntu/Linux: [git-cola][gitgui-gitcola], [gitg][gitgui-gitg], [gitk][gitgui-gitk] - Windows: [SourceTree][gitgui-sourcetree] @@ -61,6 +61,7 @@ And, if none of the above are to your liking, try [one of these][gitbook-guis]. [gitgui-gitcola]: http://git-cola.github.io/ [gitgui-gitg]: https://wiki.gnome.org/Apps/Gitg [gitgui-gitk]: https://git-scm.com/docs/gitk +[gitgui-gitx]: https://github.com/gitx/gitx/ [gitgui-gitxdev]: https://rowanj.github.io/gitx/ [gitgui-sourcetree]: https://www.sourcetreeapp.com/ [github-help-add-ssh-key]: https://help.github.com/en/articles/adding-a-new-ssh-key-to-your-github-account