From d2df52f178f7ad34beb135d155ac14b1a71f0262 Mon Sep 17 00:00:00 2001 From: TeslaZhao Date: Mon, 12 Apr 2021 17:46:47 +0800 Subject: [PATCH] Update CONTRIBUTE.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复doc error --- doc/CONTRIBUTE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/CONTRIBUTE.md b/doc/CONTRIBUTE.md index a3bfd0f2..2bb909b4 100644 --- a/doc/CONTRIBUTE.md +++ b/doc/CONTRIBUTE.md @@ -132,7 +132,7 @@ Please install pre-commit, which automatically reformat the changes to C/C++ and Please remember to add related unit tests. -- For C/C++ code, please follow [`google-test` Primer](https://github.com/google/googletest/blob/master/googletest/docs/primer.md) . +- For C/C++ code, please follow [`google-test` Primer](https://github.com/google/googletest/blob/master/docs/primer.md) . - For Python code, please use [Python's standard `unittest` package](http://pythontesting.net/framework/unittest/unittest-introduction/). -- GitLab