From e32abb231bac44ae8b3380eca78956fe46e5fc11 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Sat, 4 Nov 2023 03:26:03 -0700 Subject: [PATCH] Fixed examples link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4b8965..69600c1 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ public void test throws Exception { ./bld compile test ``` -- [View Examples](https://github.com/rife2/bld-tetng/tree/master/examples) +- [View Examples Project](https://github.com/rife2/bld-testng/tree/master/examples) Please check the [TestNgOperation documentation](https://rife2.github.io/bld-testng/rife/bld/extension/TestNgOperation.html#method-summary) for all available configuration options.