diff --git a/dict/README b/dict/README index d581186e..a09cf535 100644 --- a/dict/README +++ b/dict/README @@ -2,12 +2,12 @@ # and modifying dict to handle it. # This is the Project Gutenberg original Webster's dictionary -hget http://pdos.lcs.mit.edu/~rsc/software/plan9/pgw.tar.bz2| +wget -O- https://9fans.github.io/plan9port/dist/pgw.tar.bz2| bunzip2| tar xf - # This is the Project Gutenberg original Roget's thesaurus -hget http://pdos.lcs.mit.edu/~rsc/software/plan9/roget.tar.bz2| +wget -O- https://9fans.github.io/plan9port/dist/roget.tar.bz2| bunzip2| tar xf - diff --git a/sky/README b/sky/README index d5c11025..b75b2969 100644 --- a/sky/README +++ b/sky/README @@ -1,2 +1,2 @@ -wget -O- http://pdos.lcs.mit.edu/~rsc/scat.tgz | gunzip | tar xf - +wget -O- https://9fans.github.io/plan9port/dist/scat.tgz | gunzip | tar xf - cp here.sample here