You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2020/10/17 18:01:32 UTC

[struts] branch master updated: Update Restful2ActionMapper.java

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

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git


The following commit(s) were added to refs/heads/master by this push:
     new 57490c5  Update Restful2ActionMapper.java
     new 81f42aa  Merge pull request #444 from peutch/patch-2
57490c5 is described below

commit 57490c5ffce7e28832717d4280f6816eb7bdfcbd
Author: Patrice Duroux <pe...@users.noreply.github.com>
AuthorDate: Sat Oct 17 18:35:39 2020 +0200

    Update Restful2ActionMapper.java
    
    Same here.
---
 .../java/org/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 8362a18..2dc4182 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 {