Numerous ddev.com links are failing
mattstein opened this issue · 2 comments
mattstein commented
The new ddev.com deliberately retires a bunch of old blog posts and changes its URL structure, but the GitHub Actions pipeline here is getting 404s for links that should redirect.
mattstein commented
Did a quick audit.
🚫 = deliberately removed; need to remove link here
404
https://ddev.com/ddev-local/ddev-local-trusted-https-certificates/⚠️ 404
https://ddev.com/ddev-local/using-ddev-to-teach-open-source-web-development/⚠️ 404
https://ddev.com/ddev-local/supercharge-your-ddev-performance-with-mutagen/⚠️ 404
https://ddev.com/ddev-local/why-use-ddev-local-instead-of-rolling-your-own-docker-based-local-dev-solution/⚠️ 404
https://ddev.com/ddev-local/watch-ddev-local-new-casual-webhosting-feature/⚠️ 404
https://ddev.com/ddev-local/moving-cms-sites-around-local-servers/⚠️ 404
https://ddev.com/ddev-local/watch-ddev-local-on-arm64-raspberry-pi/⚠️ 404
https://ddev.com/ddev-local/arm64-apple-silicon-m1-ddev-local-what-does-it-all-mean/⚠️ 404
https://ddev.com/ddev-local/ddev-local-phpstorm-and-xdebug-debugging/⚠️ 404
https://ddev.com/ddev-local/watch-ddev-local-from-scratch-with-macos/⚠️ 404
https://ddev.com/ddev-local/watch-ddev-local-from-scratch-with-windows-wsl2/⚠️ 404
https://ddev.com/ddev-local/whats-so-different-about-ddev-local/⚠️ 404
https://ddev.com/ddev-local/ddev-local-and-phpstorm-debugging-with-wsl2/- https://ddev.com/ddev-local/ddev-wsl2-getting-started/ bad URI(is not URI?): "https://ddev.readthedocs.io/en/latest/users/install/ddev-installation/#windows-wsl2#windows-wsl2" 🤔
404
https://ddev.com/ddev-local/ddev-local-usage-statistics-updated-2020-05-18/🚫 404
https://ddev.com/ddev-local/open-source-collaboration-signing-tools-for-macos-catalina/⚠️ 404
https://ddev.com/ddev-local/ddev-docker-chromebook/⚠️ 404
https://ddev.com/ddev-local/controlling-cms-settings-files-in-ddev-local/⚠️ 404
https://ddev.com/ddev-local/customizing-ddev-local-images-with-a-custom-dockerfile/⚠️ 404
https://ddev.com/ddev-local/ddev-local-database-management/⚠️ 404
https://ddev.com/ddev-local/ten-more-ways-to-increase-your-efficiency-with-ddev-local/⚠️ 404
https://ddev.com/ddev-local/sharing-a-ddev-local-project-with-other-collaborators/⚠️ 404
https://ddev.com/ddev-local/oh-my-zsh-using-custom-commands-and-other-goodies-to-add-to-ddev/⚠️ 404
https://ddev.com/ddev-local/ddev-local-automated-testing/⚠️ 404
https://ddev.com/ddev-local/ddev-local-d6lts-php-7-2-and-drupal-6-projects/ 🚫404
https://ddev.com/ddev-local/eight-more-ways-to-get-the-most-out-of-ddev-local/⚠️ 404
https://ddev.com/ddev-local/getting-started-with-ddev-and-composer/⚠️ 404
https://ddev.com/ddev-local/save-as-you-go-and-make-backups-in-a-jiffy-with-ddev-local/⚠️ 404
https://ddev.com/ddev-local/debugging-docker-on-windows-mac-and-linux/⚠️
mattstein commented
...and it was a trailing slash fail. Fixed the redirects with ddev/ddev.com-front-end@59dec3d and will PR an update here.