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 bff1f83f5 Updates stage by Jenkins
bff1f83f5 is described below
commit bff1f83f511cdf7022e329f64c9ce97b191c2faf
Author: jenkins <[email protected]>
AuthorDate: Tue Jun 27 13:16:27 2023 +0000
Updates stage by Jenkins
---
content/core-developers/interceptors.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/core-developers/interceptors.html
b/content/core-developers/interceptors.html
index 504baf04d..e96150dbb 100644
--- a/content/core-developers/interceptors.html
+++ b/content/core-developers/interceptors.html
@@ -623,7 +623,7 @@ specified in the <code class="language-plaintext
highlighter-rouge"><intercep
<td>Store and retrieve action messages / errors / field errors for
action that implements ValidationAware interface into session.</td>
</tr>
<tr>
- <td><a href="model-driven-interceptor.htm">Model Driven
Interceptor</a></td>
+ <td><a href="model-driven-interceptor">Model Driven Interceptor</a></td>
<td>modelDriven</td>
<td>If the Action implements ModelDriven, pushes the getModel Result
onto the Value Stack.</td>
</tr>