diff --git a/guide/english/linux/how-to-download-files-with-wget/index.md b/guide/english/linux/how-to-download-files-with-wget/index.md index d4d835d8a32..14db1c53309 100644 --- a/guide/english/linux/how-to-download-files-with-wget/index.md +++ b/guide/english/linux/how-to-download-files-with-wget/index.md @@ -23,16 +23,16 @@ wget --help ### Downloading a single file ``` -wget http://ftp.gnu.org/gnu/wget/wget-1.5.3.tar.gz +wget http://ftp.gnu.org/gnu/wget/wget-1.19.5.tar.gz ``` ### Downloading from FTP ``` -wget ftp://ftp.gnu.org/gnu/wget/wget-1.10.1.tar.gz.sig +wget ftp://ftp.gnu.org/gnu/wget/wget-1.19.5.tar.gz.sig ``` ### Restrict download speed limits ``` -wget --limit-rate=100k http://ftp.gnu.org/gnu/wget/wget-1.5.3.tar.gz +wget --limit-rate=100k http://ftp.gnu.org/gnu/wget/wget-1.19.5.tar.gz ``` You can play with remaining features of the ``wget`` utility