Skip to content

Commit

Permalink
[BEAM-12777] Removed current docs version redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
roger-mike committed Feb 25, 2022
1 parent 47ab260 commit 63c8e5b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions website/www/site/static/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 63c8e5b

Please sign in to comment.