Skip to content

Commit

Permalink
Update URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
sjl committed Dec 23, 2019
1 parent 46c443e commit 77b48b6
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 19 deletions.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -23,7 +23,7 @@ Installation and Usage

Check out the [project site][] for installation instructions.

[project site]: https://sjl.bitbucket.io/gundo.vim/
[project site]: https://docs.stevelosh.com/gundo.vim/

License
-------
Expand Down
10 changes: 5 additions & 5 deletions doc/gundo.txt
Expand Up @@ -251,16 +251,16 @@ GPLv2+, just like Mercurial.
5. Bugs *GundoBugs*

If you find a bug please post it on the issue tracker:
http://bitbucket.org/sjl/gundo.vim/issues?status=new&status=open
https://github.com/sjl/gundo.vim/issues/

==============================================================================
6. Contributing *GundoContributing*

Think you can make this plugin better? Awesome. Fork it on BitBucket or GitHub
and send a pull request.
Think you can make this plugin better? Awesome. Fork it on Source Hut or
GitHub and send a pull request.

BitBucket: http://bitbucket.org/sjl/gundo.vim/
GitHub: http://github.com/sjl/gundo.vim/
Source Hut: https://hg.sr.ht/~sjl/gundo.vim/
GitHub: https://github.com/sjl/gundo.vim/

==============================================================================
7. Changelog *GundoChangelog*
Expand Down
16 changes: 7 additions & 9 deletions site/index.html
Expand Up @@ -36,10 +36,8 @@

<body>
<div id="repos">
<a href="http://bitbucket.org/sjl/gundo.vim/">Mercurial Repository</a><br/>
<a href="http://github.com/sjl/gundo.vim/">Git Repository</a><br/>

<a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://bitbucket.org/sjl/gundo.vim/"></a>
<a href="https://hg.sr.ht/~sjl/gundo.vim/">Mercurial Repository</a><br/>
<a href="https://github.com/sjl/gundo.vim/">Git Repository</a><br/>
</div>
<div class="wrap">
<header>
Expand Down Expand Up @@ -124,10 +122,10 @@ <h1>Requirements</h1>
<h1>Installation</h1>

<p>Use Pathogen. Don't use pathogen? Start.</p>
<pre>hg clone http://bitbucket.org/sjl/gundo.vim ~/.vim/bundle/gundo</pre>
<pre>hg clone https://hg.sr.ht/~sjl/gundo.vim ~/.vim/bundle/gundo</pre>

<p>There's a git mirror if you prefer:</p>
<pre>git clone http://github.com/sjl/gundo.vim.git ~/.vim/bundle/gundo</pre>
<pre>git clone https://github.com/sjl/gundo.vim.git ~/.vim/bundle/gundo</pre>

<p>Add a mapping to your ~/.vimrc (change the key to suit your taste):</p>
<pre>nnoremap &lt;F5&gt; :GundoToggle&lt;CR&gt;</pre>
Expand Down Expand Up @@ -381,7 +379,7 @@ <h1>Bugs</h1>

<p>
If you find a bug please post it on the
<a href="http://bitbucket.org/sjl/gundo.vim/issues?status=new&status=open">issue tracker</a>.
<a href="https://github.com/sjl/gundo.vim/issues">issue tracker</a>.
</p>
</section>
<section>
Expand All @@ -390,9 +388,9 @@ <h1>Contributing</h1>

<p>
Fork the repository on
<a href="http://bitbucket.org/sjl/gundo.vim/">BitBucket</a>
<a href="https://hg.sr.ht/~sjl/gundo.vim/">Source Hut</a>
or
<a href="http://github.com/sjl/gundo.vim/">GitHub</a>
<a href="https://github.com/sjl/gundo.vim/">GitHub</a>
and send a pull request.
</p>

Expand Down
8 changes: 4 additions & 4 deletions site/publish.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

hg -R ~/src/sjl.bitbucket.org pull -u
rsync --delete -az . ~/src/sjl.bitbucket.org/gundo.vim
hg -R ~/src/sjl.bitbucket.org commit -Am 'gundo.vim: Update documentation.'
hg -R ~/src/sjl.bitbucket.org push
hg -R ~/src/docs.stevelosh.com pull -u
rsync --delete -az . ~/src/docs.stevelosh.com /gundo.vim
hg -R ~/src/docs.stevelosh.com commit -Am 'gundo.vim: Update documentation.'
hg -R ~/src/docs.stevelosh.com push

0 comments on commit 77b48b6

Please sign in to comment.