Skip to content

Commit df2e7af

Browse files
committed
vdir: link to RFCs explicitly
1 parent 87116e2 commit df2e7af

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

content/specs/vdir.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,13 @@ collections contains items, which may be contacts or calendar components
4141

4242
An item may only be one of the following two types:
4343

44-
- A [vCard] file, in which case the file extension MUST be `.vcf`.
45-
- An [iCalendar] file, in which case the file extension MUST be `.ics`.
44+
- A vCard file, as defined in [RFC6450], in which case the file extension MUST
45+
be `.vcf`.
46+
- An iCalendar file, as defined in [RFC5545], in which case the file extension
47+
MUST be `.ics`.
4648

47-
[vCard]: https://tools.ietf.org/html/rfc6350
48-
[iCalendar]: https://tools.ietf.org/html/rfc5545
49+
[RFC6450]: https://tools.ietf.org/html/rfc6350
50+
[RFC5545]: https://tools.ietf.org/html/rfc5545
4951

5052
An item SHOULD contain a `UID` property as described by the vCard and iCalendar
5153
specifications. If it contains more than one `UID` property, the values of

0 commit comments

Comments
 (0)