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:53:55 UTC

svn commit: r1566929 - /isis/site/trunk/content/reference/Security.md

Author: danhaywood
Date: Tue Feb 11 00:53:54 2014
New Revision: 1566929

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

Modified:
    isis/site/trunk/content/reference/Security.md

Modified: isis/site/trunk/content/reference/Security.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/reference/Security.md?rev=1566929&r1=1566928&r2=1566929&view=diff
==============================================================================
--- isis/site/trunk/content/reference/Security.md (original)
+++ isis/site/trunk/content/reference/Security.md Tue Feb 11 00:53:54 2014
@@ -25,7 +25,7 @@ Both `UserMemento` and `RoleMemento` are
 
 ### `BackgroundService`s and `CommandContext`
 
-If using the [BackgroundService](../services/background-service.html), then it is possible to persist commands that will execute corresponding actions in the background (for example under the control of a scheduler).
+If using the [BackgroundService](./services/background-service.html), then it is possible to persist commands that will execute corresponding actions in the background (for example under the control of a scheduler).
 
 In this situation, the `user` obtained from `DomainObjectContainer` will be that of the scheduler process, which may not be what you want.