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

wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/openjpa-site.git


The following commit(s) were added to refs/heads/main by this push:
     new f4f8b89  make redirects https
f4f8b89 is described below

commit f4f8b894b02554a0a851bbf380ef41d45c445062
Author: Dave Fisher <d...@davefisher.tech>
AuthorDate: Wed Jun 2 13:50:47 2021 -0700

    make redirects https
---
 content/.htaccess | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/content/.htaccess b/content/.htaccess
index ed20666..6a83a5d 100644
--- a/content/.htaccess
+++ b/content/.htaccess
@@ -1,12 +1,12 @@
-Redirect Permanent /builds/latest/docs                          
http://ci.apache.org/projects/openjpa/trunk
-Redirect Permanent /builds/apache-openjpa-2.4.0-SNAPSHOT/docs   
http://ci.apache.org/projects/openjpa/2.4.x
-Redirect Permanent /builds/apache-openjpa-2.3.1-SNAPSHOT/docs   
http://ci.apache.org/projects/openjpa/2.3.x
-Redirect Permanent /builds/apache-openjpa-2.2.3-SNAPSHOT/docs   
http://ci.apache.org/projects/openjpa/2.2.x
-Redirect Permanent /builds/apache-openjpa-2.2.1.1-SNAPSHOT/docs 
http://ci.apache.org/projects/openjpa/2.2.1.x
-Redirect Permanent /builds/apache-openjpa-2.1.2-SNAPSHOT/docs   
http://ci.apache.org/projects/openjpa/2.1.x
-Redirect Permanent /builds/apache-openjpa-2.0.2-SNAPSHOT/docs   
http://ci.apache.org/projects/openjpa/2.0.x
-Redirect Permanent /builds/apache-openjpa-1.3.0-SNAPSHOT/docs   
http://ci.apache.org/projects/openjpa/1.3.x
-Redirect Permanent /builds/apache-openjpa-1.2.4-SNAPSHOT/docs   
http://ci.apache.org/projects/openjpa/1.2.x
-Redirect Permanent /builds/apache-openjpa-1.0.5-SNAPSHOT/docs   
http://ci.apache.org/projects/openjpa/1.0.x
-Redirect Permanent /ns/orm                                      
http://ci.apache.org/projects/openjpa/trunk/schema
+Redirect Permanent /builds/latest/docs                          
https://ci.apache.org/projects/openjpa/trunk
+Redirect Permanent /builds/apache-openjpa-2.4.0-SNAPSHOT/docs   
https://ci.apache.org/projects/openjpa/2.4.x
+Redirect Permanent /builds/apache-openjpa-2.3.1-SNAPSHOT/docs   
https://ci.apache.org/projects/openjpa/2.3.x
+Redirect Permanent /builds/apache-openjpa-2.2.3-SNAPSHOT/docs   
https://ci.apache.org/projects/openjpa/2.2.x
+Redirect Permanent /builds/apache-openjpa-2.2.1.1-SNAPSHOT/docs 
https://ci.apache.org/projects/openjpa/2.2.1.x
+Redirect Permanent /builds/apache-openjpa-2.1.2-SNAPSHOT/docs   
https://ci.apache.org/projects/openjpa/2.1.x
+Redirect Permanent /builds/apache-openjpa-2.0.2-SNAPSHOT/docs   
https://ci.apache.org/projects/openjpa/2.0.x
+Redirect Permanent /builds/apache-openjpa-1.3.0-SNAPSHOT/docs   
https://ci.apache.org/projects/openjpa/1.3.x
+Redirect Permanent /builds/apache-openjpa-1.2.4-SNAPSHOT/docs   
https://ci.apache.org/projects/openjpa/1.2.x
+Redirect Permanent /builds/apache-openjpa-1.0.5-SNAPSHOT/docs   
https://ci.apache.org/projects/openjpa/1.0.x
+Redirect Permanent /ns/orm                                      
https://ci.apache.org/projects/openjpa/trunk/schema
 

Reply via email to