From 5efcb2923ef27cd2ab8dbfa216ba01217eb4118c Mon Sep 17 00:00:00 2001 From: sperber Date: Mon, 26 Aug 2002 14:48:43 +0000 Subject: [PATCH] Fix RFC URL. --- scheme/lib/rfc822.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scheme/lib/rfc822.scm b/scheme/lib/rfc822.scm index 9729a80..b727fb0 100644 --- a/scheme/lib/rfc822.scm +++ b/scheme/lib/rfc822.scm @@ -7,8 +7,7 @@ ;;; -- the document that essentially tells how the fields in email headers ;;; (e.g., the Subject: and To: fields) are formatted. This code is for ;;; parsing these headers. Here are two pointers to the document: -;;; Emacs/ange /ftp@ftp.internic.net:/rfc/rfc822.txt -;;; URL ftp://ftp.internic.net/rfc/rfc822.txt +;;; URL http://www.ietf.org/rfc/rfc0822.txt ;;; RFC 822 parsing is useful in other contexts as well -- the HTTP protocol ;;; uses it, and it tends to pop up here and there. ;;;