From 866d4f9eabee4baa22a1c5951d9457253865b65c Mon Sep 17 00:00:00 2001 From: Irvin Cardoza <86453572+irvincardoza@users.noreply.github.com> Date: Mon, 9 Dec 2024 12:59:41 -0800 Subject: [PATCH] Update own-main.md updated Clara docs with link to new docs inside the catch documentation itself. Fixing issue #2312 --- docs/own-main.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/own-main.md b/docs/own-main.md index 26dfa86d..dbae178a 100644 --- a/docs/own-main.md +++ b/docs/own-main.md @@ -110,7 +110,7 @@ int main( int argc, char* argv[] ) { } ``` -See the [Clara documentation](https://github.com/catchorg/Clara/blob/master/README.md) +See the [Clara documentation](https://github.com/irvincardoza/Catch2/blob/devel/docs/Clara.md) for more details on how to use the Clara parser.