Index: /FCKeditor.Java/branches/2.4/src/site/apt/integration/connector.apt
===================================================================
--- /FCKeditor.Java/branches/2.4/src/site/apt/integration/connector.apt	(revision 1916)
+++ /FCKeditor.Java/branches/2.4/src/site/apt/integration/connector.apt	(revision 1917)
@@ -74,7 +74,7 @@
              Connector.
 
-  The basic idea of extending the Connector is to provide interfaces for special user depended issues,
+  The basic idea of extending the Connector is to provide some interfaces for special user depended interactions,
   which can be implemented by the developer of a webapp. All methods get the <<<HttpServletRequest>>>-object,
-  so the developer could identify the user with a session attribute for example and return an user 
+  so the developer could identify the user with a session attribute for example and return a user 
   specific value. We intentionally make no suggestions how to do this, so you have the free of choice to 
   implement whatever and however you like.
@@ -85,11 +85,11 @@
   At the moment, the integration pack provides two interfaces to extend the connector:
   
-  [[1]] {{{apidocs/net/fckeditor/requestcycle/UserPathBuilder.html}<<<net.fckeditor.requestcycle.UserPathBuilder>>>}}
+  [[1]] {{{java-core/apidocs/net/fckeditor/requestcycle/UserPathBuilder.html}<<<net.fckeditor.requestcycle.UserPathBuilder>>>}}
   
   In this interface there is only one method <<<getUserFilesPath(final HttpServletRequest request)>>>, 
-  return value is a String. There you can implement a user dependent construction of the 'BaseDir' path, 
+  return value is a string. There you can implement a user dependent construction of the 'BaseDir' path, 
   the path for all resource files. 
   
-  [[2]] {{{apidocs/net/fckeditor/requestcycle/UserAction.html}<<<net.fckeditor.requestcycle.UserAction>>>}}
+  [[2]] {{{java-core/apidocs/net/fckeditor/requestcycle/UserAction.html}<<<net.fckeditor.requestcycle.UserAction>>>}}
   
   There are two methods to authorize users to do file based actions:
@@ -102,3 +102,3 @@
   
   For those who wants to enable all users for browsing and uploading files, there is an implementation
-  of <<<UserAction>>> you can use: {{{apidocs/net/fckeditor/requestcycle/impl/UserActionImp.html}UserActionImpl}}
+  of <<<UserAction>>> you can use: {{{java-core/apidocs/net/fckeditor/requestcycle/impl/UserActionImp.html}UserActionImpl}}
