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 redirected links #928

Closed Xymph closed 1 year ago

Xymph commented 2 years ago

Most of these are trivial.

The Oracle blog change demonstrates why updating redirected links is advisable, as the redirect can disappear over time even while the new path keeps working. The archived original 6 years ago confirms it's the same article. In 2020 the old link still redirected to the new path, but now it doesn't anymore.

The XAMPP path is another example, it intermittently redirected to the frontpage as recently as June. So updated, without the redundant index.html part.

The old Symfony component link actually redirects to https://github.com/symfony/translation, but the https://symfony.com/translation link there in turn redirects to https://symfony.com/components/Translation, and that looks like the most suitable replacement in the list of components, so I used that instead.