From c48029b48e3a70f6eba5abd09c4d7cb3a06f8aa2 Mon Sep 17 00:00:00 2001 From: Jason Cameron Date: Fri, 13 Jun 2025 13:44:05 -0400 Subject: [PATCH] fix: update example URL in usage instructions for robots2policy CLI --- cmd/robots2policy/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/robots2policy/main.go b/cmd/robots2policy/main.go index 2c08d587..3e76d398 100644 --- a/cmd/robots2policy/main.go +++ b/cmd/robots2policy/main.go @@ -131,7 +131,7 @@ Examples: robots2policy -input robots.txt -output policy.yaml # Convert from URL - robots2policy -input https://sourceware.org/robots.txt -format json + robots2policy -input https://example.com/robots.txt -format json # Read from stdin, write to stdout curl https://example.com/robots.txt | robots2policy -input - -format yaml