diff options
| author | mattn | 2014-08-08 09:21:46 +0900 |
|---|---|---|
| committer | mattn | 2014-08-08 09:21:46 +0900 |
| commit | 5dbc6c488a93b645c2f1f65d79282ea925554831 (patch) | |
| tree | 08848fbb5cca46e6c9c0fc961feabfc234ec0738 | |
| parent | 054b3b58f84d40049c84d9a9eb9d3cd8b2c826c6 (diff) | |
| download | ctrlp.vim-gh-pages.tar.gz | |
Update links
gh-pages| -rw-r--r-- | index.html | 15 |
1 files changed, 6 insertions, 9 deletions
@@ -15,9 +15,8 @@ <header> <ul class="menu"> - <li><a href="//github.com/kien/ctrlp.vim">Github</a></li> - <li><a href="//bitbucket.org/kien/ctrlp.vim">Bitbucket</a></li> - <li class="issues"><a href="//github.com/kien/ctrlp.vim/issues?sort=created&state=open">Issue Tracker</a></li> + <li><a href="//github.com/ctrlpvim/ctrlp.vim">Github</a></li> + <li class="issues"><a href="//github.com/ctrlpvim/ctrlp.vim/issues?sort=created&state=open">Issue Tracker</a></li> </ul> <h1>ctrlp.vim</h1> </header> @@ -123,9 +122,7 @@ let g:ctrlp_user_command = ['.hg', 'hg --cwd %s locate -I .']</code></pre> <li> Clone the plugin into a separate directory: <pre><code>$ cd ~/.vim -$ git clone https://github.com/kien/ctrlp.vim.git bundle/ctrlp.vim</code></pre> - Or if you prefer Mercurial: - <pre><code>$ hg clone https://bitbucket.org/kien/ctrlp.vim bundle/ctrlp.vim</code></pre> +$ git clone https://github.com/ctrlpvim/ctrlp.vim.git bundle/ctrlp.vim</code></pre> </li> <li> Add to your <code>~/.vimrc</code>: @@ -142,15 +139,15 @@ $ git clone https://github.com/kien/ctrlp.vim.git bundle/ctrlp.vim</code></pre> <h3>Direct downloads:</h3> <ul> <li> - Latest development version from Github: (<a href="//github.com/kien/ctrlp.vim/zipball/master">.zip</a>) (<a href="//github.com/kien/ctrlp.vim/tarball/master">.tar.gz</a>) + Latest development version from Github: (<a href="//github.com/ctrlpvim/ctrlp.vim/zipball/master">.zip</a>) (<a href="//github.com/ctrlpvim/ctrlp.vim/tarball/master">.tar.gz</a>) </li> <li><a href="//www.vim.org/scripts/script.php?script_id=3736">Old releases on vim.org</a></li> </ul> - <a class="forkme" href="//github.com/kien/ctrlp.vim">Fork me on Github</a> + <a class="forkme" href="//github.com/ctrlpvim/ctrlp.vim">Fork me on Github</a> </article> <footer> - <small>by <a href="//github.com/kien">kien</a></small> + <small>by <a href="//github.com/ctrlpvim">CtrlP developers</a></small> </footer> </body> |