diff options
Diffstat (limited to 'googletest/docs/primer.md')
-rw-r--r-- | googletest/docs/primer.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/docs/primer.md b/googletest/docs/primer.md index 48ce894..52b99f9 100644 --- a/googletest/docs/primer.md +++ b/googletest/docs/primer.md @@ -522,7 +522,7 @@ There is one more pitfall, though. If you use Google Test as a static library (t # Where to Go from Here # Congratulations! You've learned the Google Test basics. You can start writing -and running Google Test tests, read some [samples](Samples.md), or continue with +and running Google Test tests, read some [samples](samples.md), or continue with [AdvancedGuide](advanced.md), which describes many more useful Google Test features. # Known Limitations # |