diff options
author | Herbert Thielen <thielen@hs-worms.de> | 2017-07-30 14:25:58 (GMT) |
---|---|---|
committer | Herbert Thielen <thielen@hs-worms.de> | 2017-07-30 14:25:58 (GMT) |
commit | f6ac9a30a4ba59643ada296607e3eaaf51eb2444 (patch) | |
tree | 0fc70eeb5e754447a1bd4967a6ddd837453b4ce2 /googletest/docs | |
parent | e5b88b227e6adfa7196575b1264384e718d16cab (diff) | |
download | googletest-f6ac9a30a4ba59643ada296607e3eaaf51eb2444.zip googletest-f6ac9a30a4ba59643ada296607e3eaaf51eb2444.tar.gz googletest-f6ac9a30a4ba59643ada296607e3eaaf51eb2444.tar.bz2 |
remove obsolete reference to SVN trunk
Diffstat (limited to 'googletest/docs')
-rw-r--r-- | googletest/docs/Documentation.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/googletest/docs/Documentation.md b/googletest/docs/Documentation.md index 8ca1aac..0527ddf 100644 --- a/googletest/docs/Documentation.md +++ b/googletest/docs/Documentation.md @@ -1,6 +1,8 @@ -This page lists all documentation wiki pages for Google Test **(the SVN trunk version)** +This page lists all documentation markdown files for Google Test **(the +current git version)** -- **if you use a released version of Google Test, please read the -documentation for that specific version instead.** +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](Samples.md) -- learn from examples. @@ -11,4 +13,4 @@ documentation for that specific version instead.** To contribute code to Google Test, read: * [DevGuide](DevGuide.md) -- read this _before_ writing your first patch. - * [PumpManual](PumpManual.md) -- how we generate some of Google Test's source files.
\ No newline at end of file + * [PumpManual](PumpManual.md) -- how we generate some of Google Test's source files. |