Browse code

Update Github url for vim syntax plugin

Signed-off-by: Dani Hodovic <dani.hodovic@gmail.com>

Dani Hodovic authored on 2018/08/04 15:38:22
Showing 1 changed files
... ...
@@ -8,12 +8,12 @@ Installation
8 8
 With [pathogen](https://github.com/tpope/vim-pathogen), the usual way...
9 9
 
10 10
 With [Vundle](https://github.com/gmarik/Vundle.vim)
11
-  
12
-    Plugin 'docker/docker' , {'rtp': '/contrib/syntax/vim/'}
11
+
12
+    Plugin 'moby/moby' , {'rtp': '/contrib/syntax/vim/'}
13 13
 
14 14
 With [vim-plug](https://github.com/junegunn/vim-plug)
15
-  
16
-    Plug 'docker/docker' , {'rtp': '/contrib/syntax/vim/'}   
15
+
16
+    Plug 'moby/moby' , {'rtp': '/contrib/syntax/vim/'}
17 17
 
18 18
 Features
19 19
 --------