codeguy / php-the-right-way

An easy-to-read, quick reference for PHP best practices, accepted coding standards, and links to authoritative tutorials around the Web
https://www.phptherightway.com
Other
9.04k stars 3.24k forks source link

Update links to redirected GH repos #930

Closed Xymph closed 1 year ago

Xymph commented 2 years ago

The owners of several GitHub repositories have been renamed, this PR updates their links (and in one case, also the link key).

codeguy commented 1 year ago

@Xymph Merged everything that did not have a conflict. Also added you as a collaborator. You seem trustworthy and have more time than I do currently. Thank you so much for your time and contributions!

Xymph commented 1 year ago

Thanks for the confidence. I wasn't actually planning to stick around much after my batch of corrections, because my time is spread thin enough as it is, too. But this seems a low traffic repo most of the time, about a worthy document, so I'll contribute what and when I can. Cheers!

Xymph commented 1 year ago

In spite of the promotion :) I am not that well versed in branches and merge conflicts. I was able to resolve #933 by copying the adjacent, conflicting change into the branch, which could then be merged into gh-pages. But the same approach here with d6b8776 doesn't help, now there is a conflict in two of the changes that 6e988d6 intentionally wants to make, and I don't understand why. @codeguy, would you be able to advice how to fix this?

Xymph commented 1 year ago

@codeguy Would you be able to resolve this situation? Thanks.

Xymph commented 1 year ago

Conflicts resolved by @waldyrious - much obliged for your assistance! :+1: