[Pkg-owncloud-commits] [owncloud-doc] 38/49: Fix redirection to keeping addressbook
David Prévot
taffit at moszumanska.debian.org
Fri Jan 17 02:41:32 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud-doc.
commit 0533df2d59c5679e6672ec8501dcdc334aececf7
Author: Volkan Gezer <volkangezer at gmail.com>
Date: Sat Jan 11 17:20:29 2014 +0100
Fix redirection to keeping addressbook
Since address book is replaced with addressbook, the redirection was
problematic. This should solve this problem.
---
go.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/go.php b/go.php
index 999f6b0..d370e21 100644
--- a/go.php
+++ b/go.php
@@ -12,7 +12,7 @@ $mapping = array(
'user-webdav' => '/user_manual/files/files.html',
'user-manual' => '/user_manual',
'user-sync-calendars' => '/user_manual/pim/calendar.html#synchronising-calendars-with-caldav',
- 'user-sync-contacts' => '/user_manual/pim/contacts.html#keeping-your-address-book-in-sync',
+ 'user-sync-contacts' => '/user_manual/pim/contacts.html#keeping-your-addressbook-in-sync',
);
############# Do not edit below this line #################
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git
More information about the Pkg-owncloud-commits
mailing list