浏览代码

Update doctest links from onqtam/doctest to doctest/doctest

Nicholas La Roux 4 月之前
父节点
当前提交
02311e55c7
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      contributing/development/core_and_modules/unit_testing.rst

+ 3 - 3
contributing/development/core_and_modules/unit_testing.rst

@@ -4,7 +4,7 @@ Unit testing
 ============
 ============
 
 
 Godot Engine allows to write unit tests directly in C++. The engine integrates
 Godot Engine allows to write unit tests directly in C++. The engine integrates
-the `doctest <https://github.com/onqtam/doctest>`_ unit testing framework which
+the `doctest <https://github.com/doctest/doctest>`_ unit testing framework which
 gives ability to write test suites and test cases next to production code, but
 gives ability to write test suites and test cases next to production code, but
 since the tests in Godot go through a different ``main`` entry point, the tests
 since the tests in Godot go through a different ``main`` entry point, the tests
 reside in a dedicated ``tests/`` directory instead, which is located at the root
 reside in a dedicated ``tests/`` directory instead, which is located at the root
@@ -208,7 +208,7 @@ for more complex ones if you think that it deserves a better explanation.
 
 
 .. seealso::
 .. seealso::
 
 
-    `doctest: Assertion macros <https://github.com/onqtam/doctest/blob/master/doc/markdown/assertions.md>`_.
+    `doctest: Assertion macros <https://github.com/doctest/doctest/blob/master/doc/markdown/assertions.md>`_.
 
 
 Logging
 Logging
 ~~~~~~~
 ~~~~~~~
@@ -236,7 +236,7 @@ output can be redirected to an XML file:
 
 
 .. seealso::
 .. seealso::
 
 
-    `doctest: Logging macros <https://github.com/onqtam/doctest/blob/master/doc/markdown/logging.md>`_.
+    `doctest: Logging macros <https://github.com/doctest/doctest/blob/master/doc/markdown/logging.md>`_.
 
 
 Testing failure paths
 Testing failure paths
 ~~~~~~~~~~~~~~~~~~~~~
 ~~~~~~~~~~~~~~~~~~~~~