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:15 UTC

[struts] branch master updated: Update RestfulActionMapper.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 0b6ebb1  Update RestfulActionMapper.java
     new 90b9630  Merge pull request #443 from peutch/patch-1
0b6ebb1 is described below

commit 0b6ebb179a5dc3fc2b50794082e75b5933cbfad9
Author: Patrice Duroux <pe...@users.noreply.github.com>
AuthorDate: Sat Oct 17 18:34:06 2020 +0200

    Update RestfulActionMapper.java
    
    Update 'See docs for more information' link
---
 .../java/org/apache/struts2/dispatcher/mapper/RestfulActionMapper.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/src/main/java/org/apache/struts2/dispatcher/mapper/RestfulActionMapper.java b/core/src/main/java/org/apache/struts2/dispatcher/mapper/RestfulActionMapper.java
index 34cad9e..888bb97 100644
--- a/core/src/main/java/org/apache/struts2/dispatcher/mapper/RestfulActionMapper.java
+++ b/core/src/main/java/org/apache/struts2/dispatcher/mapper/RestfulActionMapper.java
@@ -32,7 +32,7 @@ import java.util.StringTokenizer;
 /**
  * Simple Restfull Action Mapper to support REST application
  * See docs for more information
- * http://struts.apache.org/docs/restfulactionmapper.html
+ * https://struts.apache.org/core-developers/restful-action-mapper.html
  */
 public class RestfulActionMapper implements ActionMapper {
     protected static final Logger LOG = LogManager.getLogger(RestfulActionMapper.class);