Browse Source

Merge pull request #37589 from danihodovic/update-vim-plugin-readme

README: Update Github url for vim syntax plugin
Sebastiaan van Stijn 6 years ago
parent
commit
ce1ee59166
1 changed files with 4 additions and 4 deletions
  1. 4 4
      contrib/syntax/vim/README.md

+ 4 - 4
contrib/syntax/vim/README.md

@@ -8,12 +8,12 @@ Installation
 With [pathogen](https://github.com/tpope/vim-pathogen), the usual way...
 With [pathogen](https://github.com/tpope/vim-pathogen), the usual way...
 
 
 With [Vundle](https://github.com/gmarik/Vundle.vim)
 With [Vundle](https://github.com/gmarik/Vundle.vim)
-  
-    Plugin 'docker/docker' , {'rtp': '/contrib/syntax/vim/'}
+
+    Plugin 'moby/moby' , {'rtp': '/contrib/syntax/vim/'}
 
 
 With [vim-plug](https://github.com/junegunn/vim-plug)
 With [vim-plug](https://github.com/junegunn/vim-plug)
-  
-    Plug 'docker/docker' , {'rtp': '/contrib/syntax/vim/'}   
+
+    Plug 'moby/moby' , {'rtp': '/contrib/syntax/vim/'}
 
 
 Features
 Features
 --------
 --------