From 4302139cf53f73fb6a65504c19b462b231b0859c Mon Sep 17 00:00:00 2001 From: Phantom9869 <145986653+Phantom9869@users.noreply.github.com> Date: Wed, 5 Aug 2026 20:31:24 +0530 Subject: [PATCH] fix: update client README with valid tuf-demo target The previously documented target demo/succinctly-delegated-1.txt no longer exists in the tuf-demo repository. Update the example command to use rdimitrov/artifact-example.md which is currently available. Signed-off-by: Phantom9869 <145986653+Phantom9869@users.noreply.github.com> --- examples/client/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/client/README.md b/examples/client/README.md index 3a7ba603a6..27f116c604 100644 --- a/examples/client/README.md +++ b/examples/client/README.md @@ -42,5 +42,5 @@ client needs to run `tofu` every time you restart the repository application. ./client --url https://jku.github.io/tuf-demo tofu # Then download example files from the repository: -./client --url https://jku.github.io/tuf-demo download demo/succinctly-delegated-1.txt +./client --url https://jku.github.io/tuf-demo download rdimitrov/artifact-example.md ```