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 2014/02/11 01:09:09 UTC

svn commit: r1566878 - /isis/site/trunk/content/more-advanced-topics/dynamic-layouts.md

Author: danhaywood
Date: Tue Feb 11 00:09:09 2014
New Revision: 1566878

URL: http://svn.apache.org/r1566878
Log:
fixing links

Modified:
    isis/site/trunk/content/more-advanced-topics/dynamic-layouts.md

Modified: isis/site/trunk/content/more-advanced-topics/dynamic-layouts.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/more-advanced-topics/dynamic-layouts.md?rev=1566878&r1=1566877&r2=1566878&view=diff
==============================================================================
--- isis/site/trunk/content/more-advanced-topics/dynamic-layouts.md (original)
+++ isis/site/trunk/content/more-advanced-topics/dynamic-layouts.md Tue Feb 11 00:09:09 2014
@@ -117,7 +117,7 @@ If the sum of all the columns exceeds 12
  
 ### Other Annotations
 
-The `@Named`, `@DescribedAs`, `@MultiLine`, `@TypicalLength`, `@Render` and `@CssClass` annotations are also all hints that can affect the UI.  See the [reference guide](../applib-guide/reference/recognized-annotations/about.html) for further details.
+The [@Named](../reference/recognized-annotations/Named.html), [@DescribedAs](../reference/recognized-annotations/DescribedAs.html), [@MultiLine](../reference/recognized-annotations/MultiLine.html), [@TypicalLength](../reference/recognized-annotations/TypicalLength.html), [@Render](../reference/recognized-annotations/Render.html) and [@CssClass](../reference/recognized-annotations/CssClass.html) annotations are also all hints that can affect the UI.
 
 
 ## Dynamic Layouts
@@ -237,4 +237,4 @@ Therefore, make sure the following is ad
         </resource>
     </resources>
  
-If using an Isis [archetype](../../getting-started/simple-archetype.html), then the POM is already correctly configured.
\ No newline at end of file
+If using an Isis [archetype](../intro/getting-started/simple-archetype.html), then the POM is already correctly configured.
\ No newline at end of file