aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2019-06-19 16:20:19 -0400
committerGennadiy Civil <misterg@google.com>2019-06-19 16:20:19 -0400
commitba68290cb3086abfdffa9d0f829d2331ff3b7749 (patch)
tree6a19ddf7a16d450aca72d9eb0d2990fe030a80ff /CONTRIBUTING.md
parent2f42d769ad1b08742f7ccb5ad4dd357fc5ff248c (diff)
downloadgoogletest-ba68290cb3086abfdffa9d0f829d2331ff3b7749.tar.gz
googletest-ba68290cb3086abfdffa9d0f829d2331ff3b7749.tar.bz2
googletest-ba68290cb3086abfdffa9d0f829d2331ff3b7749.zip
small docs restucture and cleanup
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index c273fdca..dcaa0703 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -80,7 +80,7 @@ itself is a valuable contribution.
To keep the source consistent, readable, diffable and easy to merge,
we use a fairly rigid coding style, as defined by the [google-styleguide](https://github.com/google/styleguide) project. All patches will be expected
-to conform to the style outlined [here](https://google.github.io/styleguide/cppguide.html).
+to conform to the style outlined [here](https://google.github.io/styleguide/cppguide.html).
Use [.clang-format](https://github.com/google/googletest/blob/master/.clang-format) to check your formatting
## Requirements for Contributors ###
@@ -136,7 +136,7 @@ gtest-type-util.h in the same directory.
You don't need to worry about regenerating the source files
unless you need to modify them. You would then modify the
corresponding `.pump` files and run the '[pump.py](googletest/scripts/pump.py)'
-generator script. See the [Pump Manual](googletest/docs/PumpManual.md).
+generator script. See the [Pump Manual](googletest/docs/pump_manual.md).
## Developing Google Mock ###