You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2013/09/12 14:41:02 UTC

svn commit: r1522551 - /isis/site/trunk/content/applib-guide/reference/Recognized-Methods-and-Prefixes.md

Author: danhaywood
Date: Thu Sep 12 12:41:01 2013
New Revision: 1522551

URL: http://svn.apache.org/r1522551
Log:
fixing 404s

Modified:
    isis/site/trunk/content/applib-guide/reference/Recognized-Methods-and-Prefixes.md

Modified: isis/site/trunk/content/applib-guide/reference/Recognized-Methods-and-Prefixes.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/applib-guide/reference/Recognized-Methods-and-Prefixes.md?rev=1522551&r1=1522550&r2=1522551&view=diff
==============================================================================
--- isis/site/trunk/content/applib-guide/reference/Recognized-Methods-and-Prefixes.md (original)
+++ isis/site/trunk/content/applib-guide/reference/Recognized-Methods-and-Prefixes.md Thu Sep 12 12:41:01 2013
@@ -201,7 +201,7 @@ recognized by *Apache Isis*' default pro
     <td></td>
     <td></td>
     <td></td>
-    <td>Used as the fallback title for an object if there is <a href="../how-tos/how-to-01-040-How-to-specify-a-title-for-a-domain-entity.html">no <tt>title()</tt> method</a> or properties annotated with <a href="recognized-annotations/Title.html"><tt>@Title</tt></a></td>
+    <td>Used as the fallback title for an object if there is <a href="../how-tos/how-to-01-040-How-to-specify-a-title-for-a-domain-entity.html">no <tt>title()</tt> method</a> or properties annotated with the <a href="recognized-annotations/Title.html"><tt>@Title</tt> annotation.</a></td>
 </tr>
 <tr>
     <td>title</td>
@@ -210,7 +210,7 @@ recognized by *Apache Isis*' default pro
     <td></td>
     <td></td>
     <td></td>
-    <td>Provides a title for the object. <p>Alternatively, use the <a href="../recognized-annotations/Title.html">@Title </a> annotation.</td>
+    <td>Provides a title for the object. <p>Alternatively, use the <a href="recognized-annotations/Title.html">@Title</a> annotation.</td>
 </tr>
 <tr>
     <td>updated</td>