summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorRudolf Tucek <tucek.rudolf@gmail.com>2018-05-02 02:39:19 +0200
committerRudolf Tucek <tucek.rudolf@gmail.com>2018-05-02 02:39:19 +0200
commita83f8ff670f7c7207d3ae53aec2b6b270161d9b4 (patch)
tree0393372776679ba2ea0f1a8b886e2de737595d97 /plugin
parent6a21b7df2dae9f202c4920655374978e364d2637 (diff)
downloadvdebug-a83f8ff670f7c7207d3ae53aec2b6b270161d9b4.zip
Fix wrong Github path
Since the procject was renamed from joonty/vdebug to vim-vdebug/vdebug, some paths should be updated. Bonus: this will also fix the Travis build badge in the README.md I've blindly searched'n'replaced 'joonty' by 'vim-vdebug' via `find . -type f -exec sed -i -e 's/joonty/vim-vdebug/g' {} \;` and made manual changes if necessary (such as formatting and HTTPS'ing URLs).
Diffstat (limited to 'plugin')
-rw-r--r--plugin/vdebug.vim3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugin/vdebug.vim b/plugin/vdebug.vim
index c1069dc..b38846a 100644
--- a/plugin/vdebug.vim
+++ b/plugin/vdebug.vim
@@ -13,7 +13,8 @@
" Seung Woo Shin <segv <at> sayclub.com> and extended by many
" others.
" Usage: Use :help Vdebug for information on how to configure and use
-" this script, or visit the Github page http://github.com/joonty/vdebug.
+" this script, or visit the Github page
+" https://github.com/vim-vdebug/vdebug.
"
"=============================================================================
" }}}