diff options
-rw-r--r-- | core/docu/admin/index.php | 3 | ||||
-rw-r--r-- | core/docu/user/index.php | 5 |
2 files changed, 4 insertions, 4 deletions
diff --git a/core/docu/admin/index.php b/core/docu/admin/index.php index 3f754998084..7785f2ce2f1 100644 --- a/core/docu/admin/index.php +++ b/core/docu/admin/index.php @@ -1 +1,2 @@ -here goes the admin documentation +Here goes the admin documentation. +In the meantime go to <a href="http://owncloud.org/support/" target="_blank">ownCloud.org/support</a> diff --git a/core/docu/user/index.php b/core/docu/user/index.php index dc167c01bd9..ede62f05aee 100644 --- a/core/docu/user/index.php +++ b/core/docu/user/index.php @@ -1,3 +1,2 @@ -here goes the user documentation - - +Here goes the user documentation +In the meantime go to <a href="http://owncloud.org/support/" target="_blank">ownCloud.org/support</a> |