diff --git a/doc/tagbar.txt b/doc/tagbar.txt index 29d9767..7e542cd 100644 --- a/doc/tagbar.txt +++ b/doc/tagbar.txt @@ -2,7 +2,7 @@ Author: Jan Larres Licence: Vim licence, see |license| -Homepage: http://github.com/majutsushi/tagbar +Homepage: http://majutsushi.github.com/tagbar/ Version: TODO ============================================================================== diff --git a/plugin/tagbar.vim b/plugin/tagbar.vim index 6461aeb..e8fdb18 100644 --- a/plugin/tagbar.vim +++ b/plugin/tagbar.vim @@ -3,7 +3,7 @@ " Description: List the current file's tags in a sidebar, ordered by class etc " Author: Jan Larres " Licence: Vim licence -" Website: http://github.com/majutsushi/tagbar +" Website: http://majutsushi.github.com/tagbar/ " Note: This plugin was heavily inspired by the 'Taglist' plugin by " Yegappan Lakshmanan and uses a small amount of code from it. "