Fix ftp references.

This commit is contained in:
sperber 2002-01-09 09:34:02 +00:00
parent bf94408228
commit 893b5f7c72
1 changed files with 3 additions and 3 deletions

View File

@ -85,7 +85,7 @@ general structure of the language. The details of the design are discussed
in a joint MIT Lab for Computer Science/University of Hong Kong technical in a joint MIT Lab for Computer Science/University of Hong Kong technical
report, "A Scheme Shell," also to appear in a revised format in the *Journal report, "A Scheme Shell," also to appear in a revised format in the *Journal
of Lisp and Symbolic Computation." This paper is also available by ftp: of Lisp and Symbolic Computation." This paper is also available by ftp:
ftp://ftp-swiss.ai.mit.edu/pub/su/scsh/scsh-paper.ps ftp://ftp.scsh.net/pub/scsh/papers/scsh-paper.ps
** Scsh is a portable programming environment ** Scsh is a portable programming environment
@ -117,12 +117,12 @@ Porting to new platforms is usually not difficult.
* Obtaining and installing scsh * Obtaining and installing scsh
=============================== ===============================
You can get a copy of scsh via anonymous ftp, from You can get a copy of scsh via anonymous ftp, from
ftp://ftp-swiss.ai.mit.edu/pub/su/scsh/scsh.tar.gz ftp://ftp.scsh.net/pub/scsh/scsh.tar.gz
The tar file includes a detailed manual and a paper describing The tar file includes a detailed manual and a paper describing
the design of the system. the design of the system.
For the lazily curious, we also have the manual separately available as For the lazily curious, we also have the manual separately available as
ftp://ftp-swiss.ai.mit.edu/pub/su/scsh/scsh-manual.ps ftp://ftp.scsh.net/pub/scsh/0.6/scsh-manual.ps
Just click 'n view. Just click 'n view.
You *should* be able to build scsh on the standard platforms with exactly five You *should* be able to build scsh on the standard platforms with exactly five