You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by al...@apache.org on 2022/03/01 17:09:08 UTC

[beam] branch master updated: [BEAM-12777] Removed current docs version redirect

This is an automated email from the ASF dual-hosted git repository.

altay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 63c8e5b  [BEAM-12777] Removed current docs version redirect
     new 2e529d0  Merge pull request #16948 from roger-mike/fix/removed-current-doc-redirect
63c8e5b is described below

commit 63c8e5bcbae018e50f033b9220a81af3fc08cedc
Author: Miguel Hernandez <ro...@wizeline.com>
AuthorDate: Fri Feb 25 08:53:00 2022 -0600

    [BEAM-12777] Removed current docs version redirect
---
 website/www/site/static/.htaccess | 2 --
 1 file changed, 2 deletions(-)

diff --git a/website/www/site/static/.htaccess b/website/www/site/static/.htaccess
index 45c44bc..a2ef056 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"