diff options
Diffstat (limited to 'dict')
-rw-r--r-- | dict/.cvsignore | 1 | ||||
-rw-r--r-- | dict/README | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/dict/.cvsignore b/dict/.cvsignore deleted file mode 100644 index 72e8ffc0..00000000 --- a/dict/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -* 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 - |