diff --git a/config/redirects b/config/redirects index a811c4111..d5fe08b62 100644 --- a/config/redirects +++ b/config/redirects @@ -226,3 +226,9 @@ raw: docs/drivers/drivers/driver-compatibility-reference -> ${base}/ # Redirect for outdated Community Drivers page raw: docs/drivers/community-supported-drivers/ -> ${base}/ + +# Redirects for consistent language-spcific driver landing pages + +raw docs/drivers/php/ -> ${base}/php-drivers/ +raw docs/drivers/python/ -> ${base}/python-drivers/ +raw docs/drivers/ruby/ -> ${base}/ruby-drivers/ \ No newline at end of file