From df742d331eab218c4809b2eb23a725f30c6b5d95 Mon Sep 17 00:00:00 2001 From: Ben Fortuna Date: Wed, 11 Dec 2024 12:30:54 +1100 Subject: [PATCH] Update index.md --- docs/extensions/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/extensions/index.md b/docs/extensions/index.md index ccec54a0..7b6b8cb5 100644 --- a/docs/extensions/index.md +++ b/docs/extensions/index.md @@ -5,11 +5,11 @@ ## Overview iCal4j Extensions is a Java library that provides support for extension (and some non-standard) iCalendar properties -and components. This includes support for [CalDAV](caldav.md) properties, common Calendar User Agents (CUAs) such as -[Microsoft Outlook](outlook.md), and convenience implementations of components and properties not explicitly defined in the core +and components. This includes support for [CalDAV](/extensions/caldav) properties, common Calendar User Agents (CUAs) such as +[Microsoft Outlook](/extensions/outlook), and convenience implementations of components and properties not explicitly defined in the core specifications. -This library also defines a collection of [strategies](strategy.md), which are opinionated approaches to constructing iCalendar +This library also defines a collection of [strategies](/extensions/strategy), which are opinionated approaches to constructing iCalendar and vCard objects for common use-cases. ## Experimental Properties