You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2021/12/29 17:51:33 UTC

[GitHub] [beam] aaltay commented on a change in pull request #16327: [BEAM-12777] Stable URL for current API docs

aaltay commented on a change in pull request #16327:
URL: https://github.com/apache/beam/pull/16327#discussion_r776435758



##########
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:
       Would not this break the current docs? I assume we first need to generate a pydoc/current and then we can remove this.




-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org