change link from master to main in documentation

since master branch was changed to main, the links should be changed accordingly.
This commit is contained in:
assafpr
2022-06-22 14:15:53 +03:00
committed by GitHub
parent 86add13493
commit 3d1dcac4c4

View File

@@ -135,7 +135,7 @@ that generates stub code for GoogleTest.
## Contributing Changes
Please read
[`CONTRIBUTING.md`](https://github.com/google/googletest/blob/master/CONTRIBUTING.md)
[`CONTRIBUTING.md`](https://github.com/google/googletest/blob/main/CONTRIBUTING.md)
for details on how to contribute to this project.
Happy testing!