# HG changeset patch # User Paul Boddie # Date 1312651448 -7200 # Node ID d63aaad6475b4f8852100d3a13affc79ea15b7ef # Parent f81729a9765756c17767d84017576a668de5fe50 Changed the URLs to use the IETF site. diff -r f81729a97657 -r d63aaad6475b vCalendar.py --- a/vCalendar.py Sat Jul 23 17:23:09 2011 +0200 +++ b/vCalendar.py Sat Aug 06 19:24:08 2011 +0200 @@ -24,11 +24,11 @@ RFC 5545: Internet Calendaring and Scheduling Core Object Specification (iCalendar) - http://www.rfc-editor.org/rfc/rfc5545.txt + http://tools.ietf.org/html/rfc5545 RFC 2445: Internet Calendaring and Scheduling Core Object Specification (iCalendar) - http://www.rfc-editor.org/rfc/rfc2445.txt + http://tools.ietf.org/html/rfc2445 """ import vContent diff -r f81729a97657 -r d63aaad6475b vContent.py --- a/vContent.py Sat Jul 23 17:23:09 2011 +0200 +++ b/vContent.py Sat Aug 06 19:24:08 2011 +0200 @@ -24,17 +24,17 @@ RFC 5545: Internet Calendaring and Scheduling Core Object Specification (iCalendar) - http://www.rfc-editor.org/rfc/rfc5545.txt + http://tools.ietf.org/html/rfc5545 RFC 2445: Internet Calendaring and Scheduling Core Object Specification (iCalendar) - http://www.rfc-editor.org/rfc/rfc2445.txt + http://tools.ietf.org/html/rfc2445 RFC 2425: A MIME Content-Type for Directory Information - http://www.rfc-editor.org/rfc/rfc2425.txt + http://tools.ietf.org/html/rfc2425 RFC 2426: vCard MIME Directory Profile - http://www.rfc-editor.org/rfc/rfc2426.txt + http://tools.ietf.org/html/rfc2426 """ try: