Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
109f848b
Commit
109f848b
authored
Jun 11, 2018
by
Gennadiy Civil
Browse files
Rename Samples.md to samples.md and adjust the links
parent
4490be87
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
googletest/docs/Documentation.md
googletest/docs/Documentation.md
+1
-1
googletest/docs/primer.md
googletest/docs/primer.md
+1
-1
googletest/docs/samples.md
googletest/docs/samples.md
+0
-0
No files found.
googletest/docs/Documentation.md
View file @
109f848b
...
...
@@ -5,7 +5,7 @@ documentation for that specific version instead (e.g. by checking out
the respective git branch/tag).
**
*
[
Primer
](
primer.md
)
-- start here if you are new to Google Test.
*
[
Samples
](
S
amples.md
)
-- learn from examples.
*
[
Samples
](
s
amples.md
)
-- learn from examples.
*
[
AdvancedGuide
](
advanced.md
)
-- learn more about Google Test.
*
[
XcodeGuide
](
XcodeGuide.md
)
-- how to use Google Test in Xcode on Mac.
*
[
Frequently-Asked Questions
](
faq.md
)
-- check here before asking a question on the mailing list.
...
...
googletest/docs/primer.md
View file @
109f848b
...
...
@@ -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
](
S
amples.md
)
, or continue with
and running Google Test tests, read some
[
samples
](
s
amples.md
)
, or continue with
[
AdvancedGuide
](
advanced.md
)
, which describes many more useful Google Test features.
# Known Limitations #
...
...
googletest/docs/
S
amples.md
→
googletest/docs/
s
amples.md
View file @
109f848b
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment