From 412594bc561b67e82eb968d0b53012796554a732 Mon Sep 17 00:00:00 2001 From: Rand McKinney Date: Fri, 10 Jan 2025 13:45:04 -0800 Subject: [PATCH] Update link to c2patool GitHub since it was moved into c2pa-rs --- sidebars.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sidebars.js b/sidebars.js index e3b688b..bbd67d5 100644 --- a/sidebars.js +++ b/sidebars.js @@ -100,7 +100,7 @@ const sidebars = { { type: 'link', label: 'GitHub', - href: 'https://github.com/contentauth/c2patool', + href: 'https://github.com/contentauth/c2pa-rs/tree/main/cli', }, ], },