From 6af4ba85de74a914379c0167a6645892ecf6dfac Mon Sep 17 00:00:00 2001 From: sperber Date: Thu, 16 Jan 2003 13:42:04 +0000 Subject: [PATCH] Fix RFC URL. --- scheme/lib/ftp.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scheme/lib/ftp.scm b/scheme/lib/ftp.scm index a09290b..29f4f65 100644 --- a/scheme/lib/ftp.scm +++ b/scheme/lib/ftp.scm @@ -20,7 +20,7 @@ ;;; Related work ====================================================== ;; ;; * rfc959 describes the FTP protocol; see -;; http://www.cis.ohio-state.edu/htbin/rfc/rfc959.html +;; http://www.ietf.org/rfc/rfc959.txt ;; ;; * /anonymous@sunsite.unc.edu:/pub/Linux/libs/ftplib.tar.gz is a ;; library similar to this one, written in C, by Thomas Pfau