Skip to content

Commit

Permalink
Update URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
sjl committed Jan 15, 2020
1 parent 77b48b6 commit 99e6240
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
9 changes: 5 additions & 4 deletions doc/gundo.txt
Expand Up @@ -256,11 +256,12 @@ https://github.com/sjl/gundo.vim/issues/
==============================================================================
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*
Expand Down
10 changes: 5 additions & 5 deletions site/index.html
Expand Up @@ -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">
Expand Down Expand Up @@ -122,7 +122,7 @@ <h1>Requirements</h1>
<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>
Expand Down Expand Up @@ -387,11 +387,11 @@ <h1>Bugs</h1>
<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>
Expand Down

1 comment on commit 99e6240

@ayushxx7
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sjl The screencast in the readme is redirecting me to https://articulate.com/. Is this expected?

Please sign in to comment.