diff --git a/developer_manual/digging_deeper/groupware/calendar_provider.rst b/developer_manual/digging_deeper/groupware/calendar_provider.rst index f38e3dba1..bca6e4941 100644 --- a/developer_manual/digging_deeper/groupware/calendar_provider.rst +++ b/developer_manual/digging_deeper/groupware/calendar_provider.rst @@ -163,7 +163,7 @@ The content type of the calendar entry must be provided as well. EOF; } -The actual calendar entry can be obtained by the ``get`` method. This must for sure match the content type above. See the official documentation on vcal calendars on the possible format as well. +The actual calendar entry can be obtained by the ``get`` method. This must for sure match the content type above. See the `official documentation `_ on vcal calendars on the possible format as well. .. code-block:: php