Fix doc links
This commit is contained in:
		@@ -198,7 +198,7 @@ objects, you should use `ASSERT_EQ`.
 | 
			
		||||
 | 
			
		||||
When doing pointer comparisons use `*_EQ(ptr, nullptr)` and `*_NE(ptr, nullptr)`
 | 
			
		||||
instead of `*_EQ(ptr, NULL)` and `*_NE(ptr, NULL)`. This is because `nullptr` is
 | 
			
		||||
typed while `NULL` is not. See [FAQ](faq.md#why-does-google-test-support-expect_eqnull-ptr-and-assert_eqnull-ptr-but-not-expect_nenull-ptr-and-assert_nenull-ptr)
 | 
			
		||||
typed while `NULL` is not. See [FAQ](faq.md#why-does-googletest-support-expect_eqnull-ptr-and-assert_eqnull-ptr-but-not-expect_nenull-ptr-and-assert_nenull-ptr)
 | 
			
		||||
for more details.
 | 
			
		||||
 | 
			
		||||
If you're working with floating point numbers, you may want to use the floating
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user