From f1931fe4eaa8cd9bbf85ddbcdf82bed382c374ea Mon Sep 17 00:00:00 2001 From: Felix Eckhofer Date: Fri, 31 Jan 2014 11:27:38 +0100 Subject: [PATCH] fix name of contact*s* repo --- developer_manual/devenv/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_manual/devenv/index.rst b/developer_manual/devenv/index.rst index b1b5cdd68..cf93c594d 100644 --- a/developer_manual/devenv/index.rst +++ b/developer_manual/devenv/index.rst @@ -71,7 +71,7 @@ For example for the calendar, contact and notes apps: cd /var/www git clone http://github.com/owncloud/calendar.git calendar - git clone http://github.com/owncloud/contact.git contact + git clone http://github.com/owncloud/contacts.git contacts git clone http://github.com/owncloud/notes.git notes Set up ownCloud