Skip to content

Commit

Permalink
Merge pull request #28998: Update .htaccess to redirect the release g…
Browse files Browse the repository at this point in the history
…uide
  • Loading branch information
kennknowles authored Oct 16, 2023
2 parents 6758aeb + 5e06f54 commit 41fb7e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/www/site/static/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ RewriteRule ^(.*)$ https://beam.apache.org/$1 [L,R=301]
RedirectMatch permanent "/documentation/sdks/(javadoc|pydoc)(.*)" "https://beam.apache.org/releases/$1$2"

RedirectMatch "/contribute/design-documents" "https://cwiki.apache.org/confluence/display/BEAM/Design+Documents"

RedirectMatch "/contribute/release-guide" "https://github.com/apache/beam/blob/master/contributor-docs/release-guide.md"

0 comments on commit 41fb7e2

Please sign in to comment.