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

Change GitHub namespace to new org to prevent link-rot #1168

Merged
merged 1 commit into from
Jan 3, 2022

Conversation

LordRatte
Copy link
Contributor

No description provided.

@LordRatte
Copy link
Contributor Author

Feel free to close this if it isn't helpful

I see there are a lot of other https://github.com/hecrj/iced URLs that could be changed to https://github.com/iced-rs/iced
and I'd be happy to change those before merge if it will be helpful.

@LordRatte LordRatte marked this pull request as ready for review December 23, 2021 07:47
@hecrj
Copy link
Member

hecrj commented Dec 27, 2021

Sounds good! Go for it!

@hecrj hecrj added the improvement An internal improvement label Dec 27, 2021
@hecrj hecrj added this to the 0.4.0 milestone Dec 27, 2021
@LordRatte
Copy link
Contributor Author

So, just for transparency, this is the command I ran:

find . -type f -not -path './.git/*' -print0 | xargs -0 sed -i 's;github.com/hecrj;github.com/iced-rs;g'

I did a spot-check on links (especially issues etc.) and everything seems fine. I wasn't sure if it's appropriate to change historical records like CHANGELOG.md, so if that or anything else needed to stay the same I can revert them.

Copy link
Member

@hecrj hecrj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome! Thank you 🙇

I've run the command again with the name of the repository as well. This way, we avoid rewriting some of the URLs that are pointing to my personal repos (like coffee).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement An internal improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants