From 4b80e500a5580aca2ca200ea72e1249365dcda49 Mon Sep 17 00:00:00 2001
From: Frank Karlitschek <frank@owncloud.org>
Date: Fri, 14 Dec 2012 14:38:22 +0100
Subject: [PATCH] add pointer to the existing documentation. This will be
 replaced by the rel documentation during packaging

---
 core/docu/admin/index.php | 3 ++-
 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 3f75499808..7785f2ce2f 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 dc167c01bd..ede62f05ae 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>
-- 
GitLab