From 57490c5ffce7e28832717d4280f6816eb7bdfcbd Mon Sep 17 00:00:00 2001 From: Patrice Duroux Date: Sat, 17 Oct 2020 18:35:39 +0200 Subject: [PATCH] Update Restful2ActionMapper.java Same here. --- .../apache/struts2/dispatcher/mapper/Restful2ActionMapper.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/org/apache/struts2/dispatcher/mapper/Restful2ActionMapper.java b/core/src/main/java/org/apache/struts2/dispatcher/mapper/Restful2ActionMapper.java index 8362a180c..2dc418241 100644 --- a/core/src/main/java/org/apache/struts2/dispatcher/mapper/Restful2ActionMapper.java +++ b/core/src/main/java/org/apache/struts2/dispatcher/mapper/Restful2ActionMapper.java @@ -32,7 +32,7 @@ import java.util.StringTokenizer; /** * Extended version of {@link RestfulActionMapper}, see documentation for more details - * http://struts.apache.org/docs/restfulactionmapper.html + * https://struts.apache.org/core-developers/restful-action-mapper.html */ public class Restful2ActionMapper extends DefaultActionMapper {