You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@db.apache.org by ka...@apache.org on 2014/09/25 10:49:00 UTC

svn commit: r923500 - /websites/production/db/content/derby/docs/.htaccess

Author: kahatlen
Date: Thu Sep 25 08:49:00 2014
New Revision: 923500

Log:
DERBY-6747: Broken links to alpha manuals on the web site

Add a redirect from the directory that used to hold the alpha manuals
(http://db.apache.org/derby/docs/dev/) to the artifacts of the Jenkins
build job that produces them now
(https://builds.apache.org/job/Derby-docs/lastSuccessfulBuild/artifact/trunk/out/).

Added:
    websites/production/db/content/derby/docs/.htaccess   (with props)

Added: websites/production/db/content/derby/docs/.htaccess
==============================================================================
--- websites/production/db/content/derby/docs/.htaccess (added)
+++ websites/production/db/content/derby/docs/.htaccess Thu Sep 25 08:49:00 2014
@@ -0,0 +1,4 @@
+# DERBY-6747: Many old documents refer to the alpha manuals, which
+# have been moved away from this site. Redirect to the artifacts of
+# the Jenkins build job.
+Redirect /derby/docs/dev/ https://builds.apache.org/job/Derby-docs/lastSuccessfulBuild/artifact/trunk/out/

Propchange: websites/production/db/content/derby/docs/.htaccess
------------------------------------------------------------------------------
    svn:eol-style = native