Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin organization redirects are not handled #386

Open
w0rp opened this issue Jul 15, 2019 · 0 comments
Open

Plugin organization redirects are not handled #386

w0rp opened this issue Jul 15, 2019 · 0 comments
Labels
data Issue with plugin data

Comments

@w0rp
Copy link

w0rp commented Jul 15, 2019

If a Vim plugin is transferred from a personal account to a GitHub organization page, Vim Awesome will count the plugin twice, both under the old URL and the new one. Note that this issue is distinct from a previous issue (#73) for forks. I think specifically plugins where old URLs are redirecting to new locations should be updated, such that only one link appears on the Vim Awesome website, under the new URLs.

As a current example, if you visit the front page of vimawesome.com, you will see two links to vim-airline on the front page. The first link will take you to https://github.com/vim-airline/vim-airline. The second link will take you to https://github.com/bling/vim-airline, which will then redirect you to https://github.com/vim-airline/vim-airline. In other words, these two links both point to the same resource, and so the two plugin entries on the website are duplicates.

I would like to offer my assistance with fixing this issue. If anyone can point me in the right direction, I can try to create a pull request for fixing this issue.

@cbartlett cbartlett added the data Issue with plugin data label Jul 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data Issue with plugin data
Projects
None yet
Development

No branches or pull requests

2 participants