Fix Googletest Primer link error in CONTRIBUTING.md.

This commit is contained in:
leonwanghui 2021-01-14 11:20:37 +08:00 committed by Gitee
parent aabb2a2e5b
commit a583bb2d58
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ Please follow this style to make MindSpore easy to review, maintain and develop.
* Unittest guidelines
The *Python* unittest style suggested by [pytest](http://www.pytest.org/en/latest/) and *C++* unittest style suggested by [Googletest Primer](https://github.com/google/googletest/blob/master/googletest/docs/primer.md) are used in MindSpore community.
The *Python* unittest style suggested by [pytest](http://www.pytest.org/en/latest/) and *C++* unittest style suggested by [Googletest Primer](https://github.com/google/googletest/blob/master/docs/primer.md) are used in MindSpore community.
### Fork-Pull development model