aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJérémie Delaitre <jeremie.delaitre@gmail.com>2016-11-03 11:38:41 +1300
committerGitHub <noreply@github.com>2016-11-03 11:38:41 +1300
commit96977463eeffabcbb8a3a321f37d45725d4435e3 (patch)
treef25da5670d2745f5d75e56c626b4495579764d64
parent3447fc31b4eea1fbcb86fa0e2f5d9ed9f38776bf (diff)
downloadgoogletest-96977463eeffabcbb8a3a321f37d45725d4435e3.tar.gz
googletest-96977463eeffabcbb8a3a321f37d45725d4435e3.tar.bz2
googletest-96977463eeffabcbb8a3a321f37d45725d4435e3.zip
Fix the link to the float comparison article
As explained on the previous link, the article has been rewritten and moved.
-rw-r--r--googletest/docs/AdvancedGuide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/docs/AdvancedGuide.md b/googletest/docs/AdvancedGuide.md
index 93a65200..6c25db86 100644
--- a/googletest/docs/AdvancedGuide.md
+++ b/googletest/docs/AdvancedGuide.md
@@ -306,7 +306,7 @@ carefully choose the error bound. If they don't want or care to, comparing in
terms of Units in the Last Place (ULPs) is a good default, and Google Test
provides assertions to do this. Full details about ULPs are quite long; if you
want to learn more, see
-[this article on float comparison](http://www.cygnus-software.com/papers/comparingfloats/comparingfloats.htm).
+[this article on float comparison](https://randomascii.wordpress.com/2012/02/25/comparing-floating-point-numbers-2012-edition/).
### Floating-Point Macros ###