# HG changeset patch # User Steve Losh # Date 1579049812 18000 # Node ID 312286d53d61a635502b269f682dab6b49c52c26 # Parent 64436ddf46ef02ba7b88af2d78521e87b8f37354 Update URLs diff -r 64436ddf46ef -r 312286d53d61 doc/gundo.txt --- a/doc/gundo.txt Mon Dec 23 16:09:42 2019 -0500 +++ b/doc/gundo.txt Tue Jan 14 19:56:52 2020 -0500 @@ -256,11 +256,12 @@ ============================================================================== 6. Contributing *GundoContributing* -Think you can make this plugin better? Awesome. Fork it on Source Hut or -GitHub and send a pull request. +Think you can make this plugin better? Awesome. -Source Hut: https://hg.sr.ht/~sjl/gundo.vim/ -GitHub: https://github.com/sjl/gundo.vim/ +Email a patch to steve@stevelosh.com or send a pull request. + +Mercurial: https://hg.stevelosh.com/gundo.vim/ +GitHub: https://github.com/sjl/gundo.vim/ ============================================================================== 7. Changelog *GundoChangelog* diff -r 64436ddf46ef -r 312286d53d61 site/index.html --- a/site/index.html Mon Dec 23 16:09:42 2019 -0500 +++ b/site/index.html Tue Jan 14 19:56:52 2020 -0500 @@ -36,7 +36,7 @@
- Mercurial Repository
+ Mercurial Repository
Git Repository
@@ -122,7 +122,7 @@

Installation

Use Pathogen. Don't use pathogen? Start.

-
hg clone https://hg.sr.ht/~sjl/gundo.vim ~/.vim/bundle/gundo
+
hg clone https://hg.stevelosh.com/gundo.vim ~/.vim/bundle/gundo

There's a git mirror if you prefer:

git clone https://github.com/sjl/gundo.vim.git ~/.vim/bundle/gundo
@@ -387,11 +387,11 @@

Contributing

- Fork the repository on - Source Hut + Get the repository via + Mercurial or GitHub - and send a pull request. + and send a patch or pull request.

Make sure you document your changes in the following places: