roger-mike commented on a change in pull request #16327: URL: https://github.com/apache/beam/pull/16327#discussion_r776443113
########## File path: 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.34.0$2" Review comment: You're right. I'll skip this line until /current is generated, is that ok? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
