diff --git a/website/www/site/static/.htaccess b/website/www/site/static/.htaccess index 45c44bcf57ff..a2ef056a262c 100644 --- a/website/www/site/static/.htaccess +++ b/website/www/site/static/.htaccess @@ -20,7 +20,5 @@ RewriteRule ^(.*)$ https://beam.apache.org/$1 [L,R=301] # path /documentation/sdks/(javadoc|pydoc)/.. # The following redirect maintains the previously supported URLs. RedirectMatch permanent "/documentation/sdks/(javadoc|pydoc)(.*)" "https://beam.apache.org/releases/$1$2" -# Keep this updated to point to the current release. -RedirectMatch "/releases/([^/]+)/current(.*)" "https://beam.apache.org/releases/$1/2.36.0$2" RedirectMatch "/contribute/design-documents" "https://cwiki.apache.org/confluence/display/BEAM/Design+Documents"