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

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


The following commit(s) were added to refs/heads/asf-staging by this push:
     new 6fdf23f12 Updates stage by Jenkins
6fdf23f12 is described below

commit 6fdf23f1245ccc06b2c76a54079c2282c503265d
Author: jenkins <bui...@apache.org>
AuthorDate: Thu Mar 14 12:45:40 2024 +0000

    Updates stage by Jenkins
---
 content/core-developers/file-upload-interceptor.html | 2 +-
 content/core-developers/file-upload.html             | 6 ++++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/content/core-developers/file-upload-interceptor.html 
b/content/core-developers/file-upload-interceptor.html
index 7aa55be6a..7ae6fa0e3 100644
--- a/content/core-developers/file-upload-interceptor.html
+++ b/content/core-developers/file-upload-interceptor.html
@@ -153,7 +153,7 @@
     <h1 id="file-upload-interceptor">File Upload Interceptor</h1>
 
 <blockquote>
-  <p>Since Struts 6.4.0 this interceptor is deprecated, please use Action 
FileUpload Interceptor instead!</p>
+  <p>Since Struts 6.4.0 this interceptor is deprecated, please use <a 
href="action-file-upload-interceptor">Action File Upload Interceptor</a> 
instead!</p>
 </blockquote>
 
 <p>See <a href="file-upload">this page</a> for more examples and advanced 
configuration.</p>
diff --git a/content/core-developers/file-upload.html 
b/content/core-developers/file-upload.html
index 124b60edf..b3e1253f5 100644
--- a/content/core-developers/file-upload.html
+++ b/content/core-developers/file-upload.html
@@ -146,8 +146,10 @@
 
 <article class="container">
   <section class="col-md-12">
-    <a href="index.html" title="back to Core Developers Guide"><< back to Core 
Developers Guide</a>
     <a class="edit-on-gh" 
href="https://github.com/apache/struts-site/edit/master/source/core-developers/file-upload.md";
 title="Edit this page on GitHub">Edit on GitHub</a>
+    
+    <a href="action-file-upload-interceptor" title="back to Action File Upload 
Interceptor"><< back to Action File Upload Interceptor</a>
+    
     <h1 class="no_toc" id="file-upload">File Upload</h1>
 
 <ul id="markdown-toc">
@@ -190,7 +192,7 @@ than the temporary directory and the directories that 
belong to your web applica
 The library is included in a base Struts 2 distribution.</p>
 
 <blockquote>
-  <p>NOTE: Since Struts 6.4.0 the <code class="language-plaintext 
highlighter-rouge">FileUploadInterceptor</code> is deprecated and you should 
use <code class="language-plaintext 
highlighter-rouge">ActionFileUploadInterceptor</code> instead!</p>
+  <p>NOTE: Since Struts 6.4.0 the <code class="language-plaintext 
highlighter-rouge">FileUploadInterceptor</code> is deprecated, and you should 
use <code class="language-plaintext 
highlighter-rouge">ActionFileUploadInterceptor</code> instead!</p>
 </blockquote>
 
 <h2 id="basic-usage">Basic Usage</h2>

Reply via email to