aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authormisterg <misterg@google.com>2018-11-19 15:54:09 -0500
committerGennadiy Civil <misterg@google.com>2018-11-20 13:29:55 -0500
commitb49266606875a8fa6cac79a05002d490a9a2af07 (patch)
tree9b837c6d547e2f861aba2bee62d7328cc814a183 /CONTRIBUTING.md
parentc2989fe29b6a75c61388272ae4cfdc9b70a12345 (diff)
downloadgoogletest-b49266606875a8fa6cac79a05002d490a9a2af07.tar.gz
googletest-b49266606875a8fa6cac79a05002d490a9a2af07.tar.bz2
googletest-b49266606875a8fa6cac79a05002d490a9a2af07.zip
Googletest export
Internal Change PiperOrigin-RevId: 222123106
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 b52f8ee5..db354eef 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/google/googletest).
+ [issue tracker](https://github.com/abseil/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/google/googletest/blob/master/.clang-format) to check your formatting
+Use [.clang-format](https://github.com/abseil/googletest/blob/master/.clang-format) to check your formatting
## Requirements for Contributors ###