diff --git a/LICENSE b/LICENSE index 5ae1a752..57339aac 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 9fbc53bb..49ed56ae 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 e83dfc75..ca0fdd0f 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 04383aeb..757c9f31 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 dc7f4741..7fb69a30 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 d671defd..50c7329f 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