From 30fb229937d640889448de9c4f8b71b19946c67b Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Sun, 13 Sep 2020 10:07:22 +0300 Subject: [PATCH] Update URLs to reflect repository migration (Closes #651) --- LICENSE | 2 +- README.md | 12 ++++++------ autoload/tagbar.vim | 2 +- doc/tagbar.txt | 4 ++-- plugin/tagbar.vim | 2 +- syntax/tagbar.vim | 2 +- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/LICENSE b/LICENSE index 5ae1a75..57339aa 100644 --- a/LICENSE +++ b/LICENSE @@ -26,7 +26,7 @@ II) It is allowed to distribute a modified (or extended) version of Tagbar, then this license, or a later version, also applies to your changes. The current maintainer is Jan Larres . If this changes it will be announced in appropriate places (most likely - majutsushi.github.io/tagbar and/or github.com/majutsushi/tagbar). + preservim.github.io/tagbar and/or github.com/preservim/tagbar). When it is completely impossible to contact the maintainer, the obligation to send him your changes ceases. Once the maintainer has confirmed that he has received your changes they will not have to be diff --git a/README.md b/README.md index 9fbc53b..49ed56a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Tagbar: a class outline viewer for Vim -[![Vint](https://github.com/majutsushi/tagbar/workflows/Vint/badge.svg)](https://github.com/majutsushi/tagbar/actions?workflow=Vint) -[![Check](https://github.com/majutsushi/tagbar/workflows/Check/badge.svg)](https://github.com/majutsushi/tagbar/actions?workflow=Check) +[![Vint](https://github.com/preservim/tagbar/workflows/Vint/badge.svg)](https://github.com/preservim/tagbar/actions?workflow=Vint) +[![Check](https://github.com/preservim/tagbar/workflows/Check/badge.svg)](https://github.com/preservim/tagbar/actions?workflow=Check) ## What Tagbar is @@ -58,7 +58,7 @@ any shortcut you want. For more flexible ways to open and close the window ## Support for additional filetypes For filetypes that are not supported by Exuberant Ctags check out [the -wiki](https://github.com/majutsushi/tagbar/wiki) to see whether other projects +wiki](https://github.com/preservim/tagbar/wiki) to see whether other projects offer support for them and how to use them. Please add any other projects/configurations that you find or create yourself so that others can benefit from them, too. @@ -78,7 +78,7 @@ please report it on their website instead, as there is nothing I can do about it in Tagbar. Thank you! You can also have a look at [ctags bugs that have previously been filed -against Tagbar](https://github.com/majutsushi/tagbar/issues?labels=ctags-bug&page=1&state=closed). +against Tagbar](https://github.com/preservim/tagbar/issues?labels=ctags-bug&page=1&state=closed). ## Screenshots @@ -93,5 +93,5 @@ Tagbar is distributed under the terms of the *Vim license*, see the included [LI Tagbar was originally written by [Jan Larres](https://github.com/majutsushi). It is actively maintained by [Caleb Maclennan](https://github.com/alerque). -At least [45 others have contributed](https://github.com/majutsushi/tagbar/graphs/contributors) features and bug fixes over the years. -Please document [issues](https://github.com/majutsushi/tagbar/issues) or submit [pull requests](https://github.com/majutsushi/tagbar/issues) on Github. +At least [45 others have contributed](https://github.com/preservim/tagbar/graphs/contributors) features and bug fixes over the years. +Please document [issues](https://github.com/preservim/tagbar/issues) or submit [pull requests](https://github.com/preservim/tagbar/issues) on Github. diff --git a/autoload/tagbar.vim b/autoload/tagbar.vim index e83dfc7..ca0fdd0 100644 --- a/autoload/tagbar.vim +++ b/autoload/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://majutsushi.github.com/tagbar/ +" Website: https://preservim.github.io/tagbar " Version: 2.7 " Note: This plugin was heavily inspired by the 'Taglist' plugin by " Yegappan Lakshmanan and uses a small amount of code from it. diff --git a/doc/tagbar.txt b/doc/tagbar.txt index 04383ae..757c9f3 100644 --- a/doc/tagbar.txt +++ b/doc/tagbar.txt @@ -2,7 +2,7 @@ Author: Jan Larres Licence: Vim licence, see |license| -Homepage: http://majutsushi.github.com/tagbar/ +Homepage: https://preservim.github.io/tagbar Version: 2.7 ============================================================================== @@ -1067,7 +1067,7 @@ support package for the language. Some tips on how to write such a program are given at the end of this section. Before writing your own extension have a look at the wiki -(https://github.com/majutsushi/tagbar/wiki) or try googling for existing ones. +(https://github.com/preservim/tagbar/wiki) or try googling for existing ones. If you do end up creating your own extension please consider adding it to the wiki so that others can benefit from it, too. diff --git a/plugin/tagbar.vim b/plugin/tagbar.vim index dc7f474..7fb69a3 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://majutsushi.github.com/tagbar/ +" Website: https://preservim.github.io/tagbar " Version: 2.7 " Note: This plugin was heavily inspired by the 'Taglist' plugin by " Yegappan Lakshmanan and uses a small amount of code from it. diff --git a/syntax/tagbar.vim b/syntax/tagbar.vim index d671def..50c7329 100644 --- a/syntax/tagbar.vim +++ b/syntax/tagbar.vim @@ -2,7 +2,7 @@ " Description: Tagbar syntax settings " Author: Jan Larres " Licence: Vim licence -" Website: http://majutsushi.github.com/tagbar/ +" Website: https://preservim.github.io/tagbar " Version: 2.7 scriptencoding utf-8