mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
Uses proper links to docs and drops XWork package
This commit is contained in:
+5
-6
@@ -48,17 +48,16 @@
|
||||
</menu>
|
||||
|
||||
<menu name="Documentation">
|
||||
<item name="Getting Started" href="/docs/home.html"/>
|
||||
<item name="Tutorials" href="/docs/tutorials.html"/>
|
||||
<item name="FAQs" href="/docs/faqs.html"/>
|
||||
<item name="Guides" href="/docs/guides.html"/>
|
||||
<item name="Getting Started" href="../docs/home.html"/>
|
||||
<item name="Tutorials" href="../docs/tutorials.html"/>
|
||||
<item name="FAQs" href="../docs/faqs.html"/>
|
||||
<item name="Guides" href="../docs/guides.html"/>
|
||||
</menu>
|
||||
|
||||
<menu name="Reference">
|
||||
<item name="XWork API" href="xwork-core/apidocs/index.html"/>
|
||||
<item name="Struts Core API" href="struts2-core/apidocs/index.html"/>
|
||||
<item name="Plugin APIs" href="plugins.html"/>
|
||||
<item name="Tag Reference" href="/docs/tag-reference.html"/>
|
||||
<item name="Tag Reference" href="../docs/tag-reference.html"/>
|
||||
<item name="Plugin Registry" href="http://cwiki.apache.org/S2PLUGINS/home.html"/>
|
||||
</menu>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user