Skip to content

Commit

Permalink
Merge pull request google#647 from mithro/patch-1
Browse files Browse the repository at this point in the history
Fix AdvancedGuide link in FAQ.md
  • Loading branch information
BillyDonahue committed Dec 2, 2015
2 parents 2f93e2d + 16b9bbc commit 1f8fe13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion googletest/docs/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -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? ##

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.

## How do I test a file that defines main()? ##
Expand Down

0 comments on commit 1f8fe13

Please sign in to comment.