312286d53d61

Update URLs
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Tue, 14 Jan 2020 19:56:52 -0500
parents 64436ddf46ef
children d827af314bc9
branches/tags (none)
files doc/gundo.txt site/index.html

Changes

--- 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*
--- 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 @@
 
     <body>
         <div id="repos">
-            <a href="https://hg.sr.ht/~sjl/gundo.vim/">Mercurial Repository</a><br/>
+            <a href="https://hg.stevelosh.com/gundo.vim/">Mercurial Repository</a><br/>
             <a href="https://github.com/sjl/gundo.vim/">Git Repository</a><br/>
         </div>
         <div class="wrap">
@@ -122,7 +122,7 @@
                 <h1>Installation</h1>
 
                 <p>Use Pathogen. Don't use pathogen? Start.</p>
-                <pre>hg clone https://hg.sr.ht/~sjl/gundo.vim ~/.vim/bundle/gundo</pre>
+                <pre>hg clone https://hg.stevelosh.com/gundo.vim ~/.vim/bundle/gundo</pre>
 
                 <p>There's a git mirror if you prefer:</p>
                 <pre>git clone https://github.com/sjl/gundo.vim.git ~/.vim/bundle/gundo</pre>
@@ -387,11 +387,11 @@
                 <h1>Contributing</h1>
 
                 <p>
-                    Fork the repository on
-                    <a href="https://hg.sr.ht/~sjl/gundo.vim/">Source Hut</a>
+                    Get the repository via
+                    <a href="https://hg.stevelosh.com/gundo.vim/">Mercurial</a>
                     or
                     <a href="https://github.com/sjl/gundo.vim/">GitHub</a>
-                    and send a pull request.
+                    and send a patch or pull request.
                 </p>
 
                 <p>Make sure you document your changes in the following places:</p>