Author: mck
Date: Mon Nov 11 10:53:58 2013
New Revision: 1540662
URL: http://svn.apache.org/r1540662
Log:
fix broken links
Modified:
tiles/site/src/site/fml/faq.fml
Modified: tiles/site/src/site/fml/faq.fml
URL:
http://svn.apache.org/viewvc/tiles/site/src/site/fml/faq.fml?rev=1540662&r1=1540661&r2=1540662&view=diff
==============================================================================
--- tiles/site/src/site/fml/faq.fml (original)
+++ tiles/site/src/site/fml/faq.fml Mon Nov 11 10:53:58 2013
@@ -46,8 +46,8 @@
</faq>
<faq id="learn">
<question>Where do I start learning Tiles?</question>
- <answer>First of all you have to <a href="getting_started.html">get
- started</a>. Then check out the <a
href="tutorial/index.html">Tutorial</a>
+ <answer>First of all you have to <a
href="framework/getting_started.html">get
+ started</a>. Then check out the <a
href="framework/tutorial/index.html">Tutorial</a>
</answer>
</faq>
<faq id="support">
@@ -58,7 +58,7 @@
</faq>
<faq id="team">
<question>Who is developing Tiles?</question>
- <answer>See the <a href="contributors.html">team page</a>.
+ <answer>See the <a href="team-list.html">team page</a>.
</answer>
</faq>
<faq id="helping">
@@ -77,8 +77,8 @@
<p>Probably you forgot to fill an attribute of a template, or you
are forwarding directly to a template page with at least an
attribute.</p>
<p>Template with attributes cannot be forwarded alone without filling
- their attributes. Either <a href="tutorial/basic/pages.html">create a
- definition</a>, or <a href="turorial/advanced/runtime.html">fill
+ their attributes. Either <a
href="framework/tutorial/basic/pages.html">create a
+ definition</a>, or <a
href="framework/turorial/advanced/runtime.html">fill
manually the attributes in the attribute context</a>.</p>
</answer>
</faq>
@@ -91,7 +91,7 @@
</faq>
<faq id="nested-definitions">
<question>Can I have a "definition in a definition"? How can I do
it?</question>
- <answer>Yes. See <a
href="tutorial/advanced/nesting-extending.html">Nesting
+ <answer>Yes. See <a
href="framework/tutorial/advanced/nesting-extending.html">Nesting
and extending</a>.</answer>
</faq>
<faq id="pass-thru">
@@ -144,7 +144,7 @@
</faq>
<faq id="migrate">
<question>How can I migrate from Struts-Tiles?</question>
- <answer>We have prepared a <a href="migration/index.html">Migration
+ <answer>We have prepared a <a
href="framework/migration/index.html">Migration
guide</a>.</answer>
</faq>
<faq id="why-move">