Skip to content

Commit 30fb229

Browse files
committed
Update URLs to reflect repository migration (Closes preservim#651)
1 parent e1c2c98 commit 30fb229

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ II) It is allowed to distribute a modified (or extended) version of Tagbar,
2626
then this license, or a later version, also applies to your changes.
2727
The current maintainer is Jan Larres <[email protected]>. If this
2828
changes it will be announced in appropriate places (most likely
29-
majutsushi.github.io/tagbar and/or github.com/majutsushi/tagbar).
29+
preservim.github.io/tagbar and/or github.com/preservim/tagbar).
3030
When it is completely impossible to contact the maintainer, the
3131
obligation to send him your changes ceases. Once the maintainer has
3232
confirmed that he has received your changes they will not have to be

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Tagbar: a class outline viewer for Vim
22

3-
[![Vint](https://github.com/majutsushi/tagbar/workflows/Vint/badge.svg)](https://github.com/majutsushi/tagbar/actions?workflow=Vint)
4-
[![Check](https://github.com/majutsushi/tagbar/workflows/Check/badge.svg)](https://github.com/majutsushi/tagbar/actions?workflow=Check)
3+
[![Vint](https://github.com/preservim/tagbar/workflows/Vint/badge.svg)](https://github.com/preservim/tagbar/actions?workflow=Vint)
4+
[![Check](https://github.com/preservim/tagbar/workflows/Check/badge.svg)](https://github.com/preservim/tagbar/actions?workflow=Check)
55

66
## What Tagbar is
77

@@ -58,7 +58,7 @@ any shortcut you want. For more flexible ways to open and close the window
5858
## Support for additional filetypes
5959

6060
For filetypes that are not supported by Exuberant Ctags check out [the
61-
wiki](https://github.com/majutsushi/tagbar/wiki) to see whether other projects
61+
wiki](https://github.com/preservim/tagbar/wiki) to see whether other projects
6262
offer support for them and how to use them. Please add any other
6363
projects/configurations that you find or create yourself so that others can
6464
benefit from them, too.
@@ -78,7 +78,7 @@ please report it on their website instead, as there is nothing I can do about
7878
it in Tagbar. Thank you!
7979

8080
You can also have a look at [ctags bugs that have previously been filed
81-
against Tagbar](https://github.com/majutsushi/tagbar/issues?labels=ctags-bug&page=1&state=closed).
81+
against Tagbar](https://github.com/preservim/tagbar/issues?labels=ctags-bug&page=1&state=closed).
8282

8383
## Screenshots
8484

@@ -93,5 +93,5 @@ Tagbar is distributed under the terms of the *Vim license*, see the included [LI
9393

9494
Tagbar was originally written by [Jan Larres](https://github.com/majutsushi).
9595
It is actively maintained by [Caleb Maclennan](https://github.com/alerque).
96-
At least [45 others have contributed](https://github.com/majutsushi/tagbar/graphs/contributors) features and bug fixes over the years.
97-
Please document [issues](https://github.com/majutsushi/tagbar/issues) or submit [pull requests](https://github.com/majutsushi/tagbar/issues) on Github.
96+
At least [45 others have contributed](https://github.com/preservim/tagbar/graphs/contributors) features and bug fixes over the years.
97+
Please document [issues](https://github.com/preservim/tagbar/issues) or submit [pull requests](https://github.com/preservim/tagbar/issues) on Github.

autoload/tagbar.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
" Description: List the current file's tags in a sidebar, ordered by class etc
44
" Author: Jan Larres <[email protected]>
55
" Licence: Vim licence
6-
" Website: http://majutsushi.github.com/tagbar/
6+
" Website: https://preservim.github.io/tagbar
77
" Version: 2.7
88
" Note: This plugin was heavily inspired by the 'Taglist' plugin by
99
" Yegappan Lakshmanan and uses a small amount of code from it.

doc/tagbar.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Author: Jan Larres <[email protected]>
44
Licence: Vim licence, see |license|
5-
Homepage: http://majutsushi.github.com/tagbar/
5+
Homepage: https://preservim.github.io/tagbar
66
Version: 2.7
77

88
==============================================================================
@@ -1067,7 +1067,7 @@ support package for the language. Some tips on how to write such a program are
10671067
given at the end of this section.
10681068

10691069
Before writing your own extension have a look at the wiki
1070-
(https://github.com/majutsushi/tagbar/wiki) or try googling for existing ones.
1070+
(https://github.com/preservim/tagbar/wiki) or try googling for existing ones.
10711071
If you do end up creating your own extension please consider adding it to the
10721072
wiki so that others can benefit from it, too.
10731073

plugin/tagbar.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
" Description: List the current file's tags in a sidebar, ordered by class etc
44
" Author: Jan Larres <[email protected]>
55
" Licence: Vim licence
6-
" Website: http://majutsushi.github.com/tagbar/
6+
" Website: https://preservim.github.io/tagbar
77
" Version: 2.7
88
" Note: This plugin was heavily inspired by the 'Taglist' plugin by
99
" Yegappan Lakshmanan and uses a small amount of code from it.

syntax/tagbar.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
" Description: Tagbar syntax settings
33
" Author: Jan Larres <[email protected]>
44
" Licence: Vim licence
5-
" Website: http://majutsushi.github.com/tagbar/
5+
" Website: https://preservim.github.io/tagbar
66
" Version: 2.7
77

88
scriptencoding utf-8

0 commit comments

Comments
 (0)