From a90368857454831f719b193241fd744423ffcbe0 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Wed, 23 Feb 2011 10:01:30 +1300 Subject: [PATCH] Fix URL in text for Mozilla calendar setup. Signed-off-by: Andrew McMillan --- docs/website/clients/Mozilla-details.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/website/clients/Mozilla-details.php b/docs/website/clients/Mozilla-details.php index 915afd7e..9a637fd9 100644 --- a/docs/website/clients/Mozilla-details.php +++ b/docs/website/clients/Mozilla-details.php @@ -8,7 +8,7 @@
  1. Select "New Calendar" from the "File" menu.
  2. Choose "On the Network" (click "Next")
     
  3. -
  4. Choose a format of "CalDAV" and enter a URL like: "http://calendar.example.net/caldav.php/username/" (click "Next")
     
  5. +
  6. Choose a format of "CalDAV" and enter a URL like: "http://calendar.example.net/caldav.php/username/home/" (click "Next")
     
  7. Give the calendar an appropriate display name, and choose a colour for events on this calendar. (click "Next")
     
  8. click "Finish"