You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by gi...@apache.org on 2020/09/29 18:03:41 UTC

[beam] branch asf-site updated: Publishing website 2020/09/29 18:03:23 at commit 79801d7

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

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new fda2280  Publishing website 2020/09/29 18:03:23 at commit 79801d7
fda2280 is described below

commit fda2280af53952f7d241754951307fe9bfd29188
Author: jenkins <bu...@apache.org>
AuthorDate: Tue Sep 29 18:03:24 2020 +0000

    Publishing website 2020/09/29 18:03:23 at commit 79801d7
---
 website/generated-content/.htaccess | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/website/generated-content/.htaccess b/website/generated-content/.htaccess
index 2203a00..08e2532 100644
--- a/website/generated-content/.htaccess
+++ b/website/generated-content/.htaccess
@@ -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"
 # Keep this updated to point to the current release.
 RedirectMatch "/releases/([^/]+)/current(.*)" "https://beam.apache.org/releases/$1/2.24.0$2"
+
+RedirectMatch "/contribute/design-documents" "https://cwiki.apache.org/confluence/display/BEAM/Design+Documents"