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/03/28 08:59:12 UTC

svn commit: r1461971 - /isis/site/trunk/content/core/services/exception-recognizers.md

Author: danhaywood
Date: Thu Mar 28 07:59:12 2013
New Revision: 1461971

URL: http://svn.apache.org/r1461971
Log:
isis site - pages on our various services

Modified:
    isis/site/trunk/content/core/services/exception-recognizers.md

Modified: isis/site/trunk/content/core/services/exception-recognizers.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/core/services/exception-recognizers.md?rev=1461971&r1=1461970&r2=1461971&view=diff
==============================================================================
--- isis/site/trunk/content/core/services/exception-recognizers.md (original)
+++ isis/site/trunk/content/core/services/exception-recognizers.md Thu Mar 28 07:59:12 2013
@@ -16,7 +16,7 @@ If the implementation recognizes the exc
 
 Typically implementations of `ExceptionRecognizer` are registered as services (in the `isis.properties` configuration file). More than one recognizer can be registered; all we be checked if an exception is thrown.
 
-> At the time of writing the rendering of the message is only supported by the [Wicket viewer](../components/viewers/wicket/about.html); check documentation of other viewers to see if they provide this capability.
+> At the time of writing the rendering of the message is only supported by the [Wicket viewer](../../components/viewers/wicket/about.html); check documentation of other viewers to see if they provide this capability.
 
 ### Core Implementations