Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ quite honoured! Here's what you need to know.

## Writing

Clone the repository from either [BitBucket][] (if you're into Mercurial) or
[GitHub][] (if you're into Git).
Clone the repository from [GitHub][].

Next, create a branch for your work -- don't work directly on the `defaut` or
`master` branch. Instead, in Mercurial:
Expand Down Expand Up @@ -55,6 +54,5 @@ limited free time on.
That's it for now! And thanks a lot for contributing!


[bitbucket]: https://bitbucket.org/ludovicchabant/vim-gutentags
[github]: https://github.com/ludovicchabant/vim-gutentags

4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ Install Gutentags like any other Vim plugin. I recommend something like
[Pathogen][], so you can go:

cd ~/.vim/bundle
hg clone https://bitbucket.org/ludovicchabant/vim-gutentags

If you're more into Git than Mercurial:

git clone https://github.com/ludovicchabant/vim-gutentags.git

Then you only need to do a `:call pathogen#helptags()` to generate the
Expand Down