From bcf7ecfb9a5e75966030ecb5eedd882695470179 Mon Sep 17 00:00:00 2001 From: Andy Clemenko Date: Mon, 27 Nov 2023 16:37:47 -0500 Subject: [PATCH] Update README.md - fixing quickstart url Update README.md - fixing quickstart url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d04e841..e563ce1a 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ Download from the releases page or use the install script to download the latest [Releases](https://github.com/testifysec/witness/releases) ``` -bash <(curl -s https://raw.githubusercontent.com/testifysec/witness/main/install-witness.sh) +bash <(curl -s https://raw.githubusercontent.com/in-toto/witness/main/install-witness.sh) ```