aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authormisterg <misterg@google.com>2018-12-12 15:24:04 -0500
committerjueminyang <jueminyang@google.com>2018-12-13 16:00:11 -0500
commit81f00260668d1124df94eb1266163043882db0ca (patch)
treeaae28d1968d8c39f460af8a6cbaaca5dc04a82d8 /CONTRIBUTING.md
parent3949c403c0ed7c73ae0f67aae266cf1a2216e7ed (diff)
downloadgoogletest-81f00260668d1124df94eb1266163043882db0ca.tar.gz
googletest-81f00260668d1124df94eb1266163043882db0ca.tar.bz2
googletest-81f00260668d1124df94eb1266163043882db0ca.zip
Googletest export
Internal Change PiperOrigin-RevId: 225231727
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 db354eef..b52f8ee5 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -26,7 +26,7 @@ If you are a Googler, you can either create an internal change or work on GitHub
## Contributing A Patch
1. Submit an issue describing your proposed change to the
- [issue tracker](https://github.com/abseil/googletest).
+ [issue tracker](https://github.com/google/googletest).
1. Please don't mix more than one logical change per submittal,
because it makes the history hard to follow. If you want to make a
change that doesn't have a corresponding issue in the issue
@@ -79,7 +79,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).
-Use [.clang-format](https://github.com/abseil/googletest/blob/master/.clang-format) to check your formatting
+Use [.clang-format](https://github.com/google/googletest/blob/master/.clang-format) to check your formatting
## Requirements for Contributors ###