Index: /FCKeditor.Java/branches/2.4/src/site/apt/connector.apt
===================================================================
--- /FCKeditor.Java/branches/2.4/src/site/apt/connector.apt	(revision 1937)
+++ /FCKeditor.Java/branches/2.4/src/site/apt/connector.apt	(revision 1938)
@@ -81,9 +81,9 @@
    
   The fully-qualified class name of the implemented classes can now be set as described in 
-  {{{../properties.html}Configuration settings}}.
+  {{{properties.html}Configuration settings}}.
   
   At the moment, the integration pack provides two interfaces to extend the connector:
   
-  [[1]] {{{../java-core/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)>>>, 
@@ -91,5 +91,5 @@
   the path for all resource files. 
   
-  [[2]] {{{../java-core/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: {{{../java-core/apidocs/net/fckeditor/requestcycle/impl/UserActionImpl.html}UserActionImpl}}
+  of <<<UserAction>>> you can use: {{{java-core/apidocs/net/fckeditor/requestcycle/impl/UserActionImpl.html}UserActionImpl}}
Index: /FCKeditor.Java/branches/2.4/src/site/apt/properties.apt
===================================================================
--- /FCKeditor.Java/branches/2.4/src/site/apt/properties.apt	(revision 1937)
+++ /FCKeditor.Java/branches/2.4/src/site/apt/properties.apt	(revision 1938)
@@ -136,8 +136,8 @@
 | connector.userActionImpl		|								 | any class implementing the  | Providing custom security functions for the File	|
 |								|								 | {{{java-core/apidocs/net/fckeditor/requestcycle/UserAction.html}<<<net.fckeditor.requestcycle.UserAction>>>}} | Browser Connector. For more details see		|
-|								|								 | interface			   | {{{integration/connector.html#Extending_the_Connector}here}}. |
+|								|								 | interface			   | {{{connector.html#Extending_the_Connector}here}}. |
 *-------------------------------+--------------------------------+-----------------------------+----------------------------------------------------+
 | connector.userPathBuilderImpl |								 | any class implementing the  | Providing a custom function to construct a user-dependent 'UserFilesPath' for the |
 |								|								 | {{{java-core/apidocs/net/fckeditor/requestcycle/UserPathBuilder.html}<<<net.fckeditor.requestcycle.UserPathBuilder>>>}} | File Browser Connector. For more details see		|
-|								|								 | interface			   | {{{integration/connector.html#Extending_the_Connector}here}}. |
+|								|								 | interface			   | {{{connector.html#Extending_the_Connector}here}}. |
 *-------------------------------+--------------------------------+-----------------------------+----------------------------------------------------+
