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/struts-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 3989530 Updates production by Jenkins
3989530 is described below
commit 3989530672c2e5b05b708077e24b4dac9ace76bc
Author: jenkins <[email protected]>
AuthorDate: Sat Dec 9 06:16:04 2017 +0000
Updates production by Jenkins
---
content/404.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/content/404.html b/content/404.html
index 320d3c6..a0c3b44 100644
--- a/content/404.html
+++ b/content/404.html
@@ -135,13 +135,13 @@ If you noticed any site problem, typos, etc on any page,
please correct using “Edit on GitHub” button or check on <a
href="https://github.com/apache/struts-site">https://github.com/apache/struts-site</a>.
For example, some redirects are configured in <a
href="https://github.com/apache/struts-site/blob/master/source/.htaccess"><code
class="highlighter-rouge">.htaccess</code></a>.</p>
-<p>You will be redirected to main page in 5 second.</p>
+<p>You will be redirected to main page in 10 seconds.</p>
<script type="text/javascript">
function redirectToHome() {
window.location = "http://struts.apache.org/"
}
- setTimeout(redirectToHome, 5000);
+ setTimeout(redirectToHome, 10000);
</script>
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].