summaryrefslogtreecommitdiff
path: root/docs/unit-testing.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/unit-testing.md')
-rw-r--r--docs/unit-testing.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/unit-testing.md b/docs/unit-testing.md
index 6dbbab2..c599465 100644
--- a/docs/unit-testing.md
+++ b/docs/unit-testing.md
@@ -26,10 +26,10 @@ make install -j 6
We use [googletest](https://github.com/google/googletest) at AzerothCore as our testing framework. Some useful references that explain how it works are available at:
-- https://github.com/google/googletest/blob/master/googletest/docs/primer.md
+- http://google.github.io/googletest/primer.html
- https://github.com/google/googletest/blob/master/googlemock/README.md
- https://github.com/nordlow/gtest-tutorial
-- https://github.com/google/googletest/blob/master/googlemock/docs/for_dummies.md
+- https://google.github.io/googletest/gmock_for_dummies.html
You can find plenty of other references online that explain how to deal with googletest or unit testing in general.
If you know some other useful resources, feel free to edit this page and add them.