Fix AdvancedGuide link in FAQ.md
This commit is contained in:
		@@ -754,7 +754,7 @@ EXPECT_TRUE(internal::Func(12345));
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
## I would like to run a test several times with different parameters. Do I need to write several similar copies of it? ##
 | 
					## I would like to run a test several times with different parameters. Do I need to write several similar copies of it? ##
 | 
				
			||||||
 | 
					
 | 
				
			||||||
No. You can use a feature called [value-parameterized tests](AdvancedGuide#Value_Parameterized_Tests.md) which
 | 
					No. You can use a feature called [value-parameterized tests](AdvancedGuide.md#Value_Parameterized_Tests) which
 | 
				
			||||||
lets you repeat your tests with different parameters, without defining it more than once.
 | 
					lets you repeat your tests with different parameters, without defining it more than once.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## How do I test a file that defines main()? ##
 | 
					## How do I test a file that defines main()? ##
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user