From f5d9223cd074315fd104459da1f385d9866abc10 Mon Sep 17 00:00:00 2001 From: Viktor Rehnberg <35767167+VRehnberg@users.noreply.github.com> Date: Wed, 28 Aug 2024 13:22:55 +0200 Subject: [PATCH] Update versioned links in quick-reference.md Python built-ins pointed to python 2 and also updated Boost version to current latest 1.75 -> 1.86 --- content/quick-reference.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/quick-reference.md b/content/quick-reference.md index b60b688..b576700 100644 --- a/content/quick-reference.md +++ b/content/quick-reference.md @@ -11,8 +11,8 @@ script which does some tests. - Python - [pytest](pytest-ref) - [nose](http://nose.readthedocs.io) - - [doctest](https://docs.python.org/2/library/doctest.html) - - [unittest](https://docs.python.org/2/library/unittest.html) + - [doctest](https://docs.python.org/3/library/doctest.html) + - [unittest](https://docs.python.org/3/library/unittest.html) - R - [testthat](testthat) @@ -222,7 +222,7 @@ TEST(example, add) { ### Boost.Test - C++ -- [Documentation](https://www.boost.org/doc/libs/1_75_0/libs/test/doc/html/index.html) +- [Documentation](https://www.boost.org/doc/libs/1_86_0/libs/test/doc/html/index.html) - Very rich in functionality - Header-only use possible