You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2003/03/02 20:52:09 UTC

DO NOT REPLY [Bug 17573] New: - broken links in apps.html with recommended fixes

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17573>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17573

broken links in apps.html with recommended fixes

           Summary: broken links in apps.html with recommended fixes
           Product: Struts
           Version: 1.1 RC1
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Documentation
        AssignedTo: struts-dev@jakarta.apache.org
        ReportedBy: walkerdan2@attbi.com


There are several broken links in
http://jakarta.apache.org/struts/faqs/apps.html.  The fixes using absolute URLs
are listed below, but relative URLs would also work.

1. 
<a href="struts-html.html">(more...)</a> should be
<a href="http://jakarta.apache.org/struts/userGuide/struts-html.html">(more...)</a>

2. 
<a href="struts-bean.html">(more...)</a> should be
<a href="http://jakarta.apache.org/struts/userGuide/struts-bean.html">(more...)</a>
3.
<a href="preface.html#resources">(more...) </a> should be
<a
href="http://jakarta.apache.org/struts/userGuide/preface.html#resources">(more...)
</a>

4.
<a href="building_controller.html#config">(more...)</a> should be
<a
href="http://jakarta.apache.org/struts/userGuide/building_controller.html#config">(more...)</a>
5.
<a href="building_controller.html#action_classes">(more...)</a> should be
<a
href="http://jakarta.apache.org/struts/userGuide/building_controller.html#action_classes">(more...)</a>
6.
<a href="building_controller.html#plugin_classes">(more...)</a> should be 
<a
href="http://jakarta.apache.org/struts/userGuide/building_controller.html#plugin_classes">(more...)</a>

7.
<a href="building_controller.html#dd_config">(more...)</a> should be
<a
href="http://jakarta.apache.org/struts/userGuide/configuration.html#dd_config">(more...)</a>

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org