diff options
author | Gerald Combs <gerald@wireshark.org> | 2015-03-10 10:46:50 -0700 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2015-03-10 19:30:50 +0000 |
commit | cac102eee3db8d498b1e2d91ee2b49cfe4f531e4 (patch) | |
tree | 7c96252e392c297c813265f031ecf637bde7f623 /README.windows | |
parent | 7f61e90eebddb7244c66bf94c970a5fd44781cb2 (diff) | |
download | wireshark-cac102eee3db8d498b1e2d91ee2b49cfe4f531e4.tar.gz wireshark-cac102eee3db8d498b1e2d91ee2b49cfe4f531e4.tar.bz2 wireshark-cac102eee3db8d498b1e2d91ee2b49cfe4f531e4.zip |
Change a lot of http:// URLs to https://.
Most of our sites are now HTTPS-only. Update URLs accordingly. Update
other URLs while we're at it. Remove or comment out dead links.
Change-Id: I7c4f323e6585d22760bb90bf28fc0faa6b893a33
Reviewed-on: https://code.wireshark.org/review/7621
Petri-Dish: Gerald Combs <gerald@wireshark.org>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'README.windows')
-rw-r--r-- | README.windows | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/README.windows b/README.windows index 10744f896e..3475795d28 100644 --- a/README.windows +++ b/README.windows @@ -1,12 +1,8 @@ Installing Wireshark on Windows ============================= -To install Wireshark, just download the appropriate installer program from +To install Wireshark, simply download the appropriate installer program from -http://www.wireshark.org/download/win32 - -or - -http://www.wireshark.org/download/win64 +https://www.wireshark.org/download.html and start it. Just keep the default settings and start Wireshark after the installation finished (e.g. using the start menu entry). @@ -14,7 +10,7 @@ installation finished (e.g. using the start menu entry). For detailed descriptions on how to install and use Wireshark and the related command line tools, see the Wireshark User's Guide at: -http://www.wireshark.org/docs/ +https://www.wireshark.org/docs/ Compiling the Wireshark distribution from source @@ -23,4 +19,4 @@ In case you want to develop Wireshark code yourself, you can find a comprehensive guide how to do this in the Developer's Guide, which you can find (and much more info) at: -http://wiki.wireshark.org/Development +https://wiki.wireshark.org/Development |