summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAbseil Team <absl-team@google.com>2024-12-11 15:59:35 (GMT)
committerCopybara-Service <copybara-worker@google.com>2024-12-11 16:00:11 (GMT)
commit79219e26e0e36b415a5804b6b017ad6c6cd99ad8 (patch)
tree5583f69db264da4a7df4467953dfc647c5308ec9
parentd122c0d435a6d305cdd50526127c84a98b77d87b (diff)
downloadgoogletest-79219e26e0e36b415a5804b6b017ad6c6cd99ad8.zip
googletest-79219e26e0e36b415a5804b6b017ad6c6cd99ad8.tar.gz
googletest-79219e26e0e36b415a5804b6b017ad6c6cd99ad8.tar.bz2
Update the links to ISTQB glossary.
PiperOrigin-RevId: 705108072 Change-Id: I209e7fb24bd093412dda1cd5eba10e9ccc2306f4
-rw-r--r--docs/primer.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/primer.md b/docs/primer.md
index 61806be..69d6c6d 100644
--- a/docs/primer.md
+++ b/docs/primer.md
@@ -73,8 +73,8 @@ Meaning
Exercise a particular program path with specific input values and verify the results | [TEST()](#simple-tests) | [Test Case][istqb test case]
-[istqb test case]: https://glossary.istqb.org/en_US/term/test-case-2
-[istqb test suite]: https://glossary.istqb.org/en_US/term/test-suite-1-3
+[istqb test case]: https://glossary.istqb.org/en_US/term/test-case
+[istqb test suite]: https://glossary.istqb.org/en_US/term/test-suite
## Basic Concepts