diff --git a/README.rst b/README.rst index 28c32e8..6db786f 100644 --- a/README.rst +++ b/README.rst @@ -135,7 +135,7 @@ for details. /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" - See http://brew.sh/ for details. + See https://brew.sh/ for details. MacPorts: https://www.macports.org/install.php diff --git a/doc/history.rst b/doc/history.rst index 80eea6a..997a03e 100644 --- a/doc/history.rst +++ b/doc/history.rst @@ -34,7 +34,7 @@ Change log Starting at version 2.0, F3 supports the platform Mac. Mac users may want to check out Thijs Kuipers' -`page `__ +`page `__ for help. Starting at version 3.0, F3 supports the platform Windows/Cygwin, and @@ -53,7 +53,7 @@ Starting at version 6.0, F3 includes ``f3brew`` as experimental, and for Linux only. Linux users may want to check out Vasiliy Kaygorodov's `page `__ or Ahmed Essam's -`page `__ +`page `__ for help. Starting at version 7.0, ``f3probe``, ``f3fix``, and ``f3brew`` are stable. diff --git a/doc/usage.rst b/doc/usage.rst index e5e8e71..4e96d73 100644 --- a/doc/usage.rst +++ b/doc/usage.rst @@ -486,14 +486,14 @@ because it is robust against all counterfeits. However, as drives' capacity grows, the time to test these newer drives becomes so painful that one rarely runs H2testw's algorithm on a whole drive, but only a fraction of it. See question "Why test only 25% or 32GB?" on `this -FAQ `__ +FAQ `__ for a defense of this approach. The problem with this approach is that drives are still getting bigger, and counterfeiters may, in the future, be able to profit with fake drives whose real capacity are large enough to fool these partial tests. This problem is not new. For example, Steve Si implemented -`FakeFlashTest.exe `__, +`FakeFlashTest.exe `__, which has successfully reduced the amount of time to test drives, and is still able to give a good estimate of the real size of fake drives. Yet, `FakeFlashTest.exe's