Skip to content

Commit 3832a41

Browse files
Abseil Teamsbenzaquen
Abseil Team
authored andcommitted
Googletest export
Update links in index.md PiperOrigin-RevId: 358956598
1 parent 1de637f commit 3832a41

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

docs/index.md

+12-11
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,18 @@
55
GoogleTest is Google's C++ testing and mocking framework. This user's guide has
66
the following contents:
77

8-
* [GoogleTest Primer](primer) - Teaches you how to write simple tests using
8+
* [GoogleTest Primer](primer.md) - Teaches you how to write simple tests using
99
GoogleTest. Read this first if you are new to GoogleTest.
10-
* [GoogleTest Advanced](advanced) - Read this when you've finished the Primer
11-
and want to utilize GoogleTest to its full potential.
12-
* [GoogleTest Samples](samples) - Describes some GoogleTest samples.
13-
* [GoogleTest FAQ](faq) - Have a question? Want some tips? Check here first.
14-
* [Mocking for Dummies](gmock_for_dummies) - Teaches you how to create mock
10+
* [GoogleTest Advanced](advanced.md) - Read this when you've finished the
11+
Primer and want to utilize GoogleTest to its full potential.
12+
* [GoogleTest Samples](samples.md) - Describes some GoogleTest samples.
13+
* [GoogleTest FAQ](faq.md) - Have a question? Want some tips? Check here
14+
first.
15+
* [Mocking for Dummies](gmock_for_dummies.md) - Teaches you how to create mock
1516
objects and use them in tests.
16-
* [Mocking Cookbook](gmock_cook_book) - Includes tips and approaches to common
17-
mocking use cases.
18-
* [Mocking Cheat Sheet](gmock_cheat_sheet) - A handy reference for matchers,
19-
actions, invariants, and more.
20-
* [Mocking FAQ](gmock_faq) - Contains answers to some mocking-specific
17+
* [Mocking Cookbook](gmock_cook_book.md) - Includes tips and approaches to
18+
common mocking use cases.
19+
* [Mocking Cheat Sheet](gmock_cheat_sheet.md) - A handy reference for
20+
matchers, actions, invariants, and more.
21+
* [Mocking FAQ](gmock_faq.md) - Contains answers to some mocking-specific
2122
questions.

0 commit comments

Comments
 (0)