You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2021/04/02 20:32:37 UTC

[httpcomponents-website] 01/02: Added redirects for "/httpcomponents-asyncclient", "/httpcomponents-core" and "/httpcomponents-client"

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

olegk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/httpcomponents-website.git

commit 8d5442f0a028643c661dadd3e3347e052ecb4bc3
Author: Oleg Kalnichevski <ol...@apache.org>
AuthorDate: Fri Apr 2 22:26:09 2021 +0200

    Added redirects for "/httpcomponents-asyncclient", "/httpcomponents-core" and "/httpcomponents-client"
---
 src/site/resources/.htaccess | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/site/resources/.htaccess b/src/site/resources/.htaccess
index 8279672..6e1693b 100644
--- a/src/site/resources/.htaccess
+++ b/src/site/resources/.htaccess
@@ -1,6 +1,9 @@
 Redirect permanent  "/httpclient-3.x"                  "/httpclient-legacy"
+Redirect permanent  "/httpcomponents-asyncclient"      "/httpcomponents-asyncclient-4.1.x"
 Redirect permanent  "/httpcomponents-asyncclient-ga"   "/httpcomponents-asyncclient-4.1.x"
+Redirect temp       "/httpcomponents-core"             "/httpcomponents-core-5.1.x"
 Redirect temp       "/httpcomponents-core-ga"          "/httpcomponents-core-5.1.x"
+Redirect temp       "/httpcomponents-client"           "/httpcomponents-client-5.0.x"
 Redirect temp       "/httpcomponents-client-ga"        "/httpcomponents-client-5.0.x"
 Redirect temp       "/httpcomponents-core-dev"         "/httpcomponents-core-5.1.x"
 Redirect temp       "/httpcomponents-client-dev"       "/httpcomponents-client-5.1.x"