diff options
author | David du Colombier <0intro@gmail.com> | 2017-09-01 20:17:47 +0200 |
---|---|---|
committer | David du Colombier <0intro@gmail.com> | 2017-09-01 20:17:47 +0200 |
commit | f2e0c7a2d266ae88f52b139d92d01c0960232536 (patch) | |
tree | 09a949cfac4496e5d765dc2eb9b47bb7d8354cf2 /dict/README | |
parent | cf4b9eefb30c5fc1cfe246f4c5cafc11d0be793c (diff) | |
download | plan9port-f2e0c7a2d266ae88f52b139d92d01c0960232536.tar.gz plan9port-f2e0c7a2d266ae88f52b139d92d01c0960232536.tar.bz2 plan9port-f2e0c7a2d266ae88f52b139d92d01c0960232536.zip |
dict, sky: update site from pdos.lcs.mit.edu to 9fans.github.io
Diffstat (limited to 'dict/README')
-rw-r--r-- | dict/README | 4 |
1 files changed, 2 insertions, 2 deletions
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 - |