From issues-return-31371-apmail-struts-issues-archive=struts.apache.org@struts.apache.org Wed Nov 15 00:00:03 2017 Return-Path: X-Original-To: apmail-struts-issues-archive@minotaur.apache.org Delivered-To: apmail-struts-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2986310E52 for ; Wed, 15 Nov 2017 00:00:03 +0000 (UTC) Received: (qmail 10216 invoked by uid 500); 15 Nov 2017 00:00:02 -0000 Delivered-To: apmail-struts-issues-archive@struts.apache.org Received: (qmail 10183 invoked by uid 500); 15 Nov 2017 00:00:02 -0000 Mailing-List: contact issues-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list issues@struts.apache.org Received: (qmail 10151 invoked by uid 99); 15 Nov 2017 00:00:02 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Nov 2017 00:00:02 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 1D242C8BF8 for ; Wed, 15 Nov 2017 00:00:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id Ycvg_KvL89vy for ; Wed, 15 Nov 2017 00:00:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 4642D5FD1B for ; Wed, 15 Nov 2017 00:00:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id C2EF4E0ECF for ; Wed, 15 Nov 2017 00:00:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 7D68D240E2 for ; Wed, 15 Nov 2017 00:00:00 +0000 (UTC) Date: Wed, 15 Nov 2017 00:00:00 +0000 (UTC) From: "Daniel Le Berre (JIRA)" To: issues@struts.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (WW-4890) Broken links in documentation MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/WW-4890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16252714#comment-16252714 ] Daniel Le Berre edited comment on WW-4890 at 11/14/17 11:59 PM: ---------------------------------------------------------------- ok, I found the origin of the problem: the {{docs}} path should be replaced by the {{core-developers}} path. was (Author: dleberre): ok, I found the origin of the problem: the docs path should be replaced by the core-developers path. > Broken links in documentation > ----------------------------- > > Key: WW-4890 > URL: https://issues.apache.org/jira/browse/WW-4890 > Project: Struts 2 > Issue Type: Bug > Components: Documentation > Affects Versions: 2.5.14 > Reporter: Daniel Le Berre > > While reading the latest version of the getting started document, I noticed some broken links to the main documentation. > Here are a few: > http://struts.apache.org/getting-started/form-validation-using-xml.html > requiredstring validator http://struts.apache.org/docs/requiredstring-validator.html > email validator http://struts.apache.org/docs/email-validator.html > fieldexpression validator http://struts.apache.org/docs/fieldexpression-validator.html > http://struts.apache.org/getting-started/themes.html > Themes and Templates Documentation http://struts.apache.org/docs/themes-and-templates.html > Ajax Theme in the documentation http://struts.apache.org/docs/ajax-theme.html > Selecting Themes http://struts.apache.org/docs/selecting-themes.html > Mainly all links to the detailed documentation seems broken. I guess that it is just a path issue. -- This message was sent by Atlassian JIRA (v6.4.14#64029)