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:31 UTC

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

Author: danhaywood
Date: Tue Feb 11 00:53:30 2014
New Revision: 1566928

URL: http://svn.apache.org/r1566928
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=1566928&r1=1566927&r2=1566928&view=diff
==============================================================================
--- isis/site/trunk/content/reference/Security.md (original)
+++ isis/site/trunk/content/reference/Security.md Tue Feb 11 00:53:30 2014
@@ -1,5 +1,4 @@
-Security Classes
-================
+title: Security Classes
 
 > A simple set of classes to represent the currently logged on user and
 > their roles.
@@ -24,9 +23,9 @@ The roles of the user can be obtained in
 Both `UserMemento` and `RoleMemento` are defined in Isis applib.
 
 
-### `BackgroundService`s and `CommandContext
+### `BackgroundService`s and `CommandContext`
 
-If using the [BackgroundService](../../core/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.