From 056c400c5eb6cd8b105f38eea43922f71b0204dc Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Fri, 1 Aug 2025 15:55:01 +0100 Subject: fix: use new gitworkshop.dev url format where just the nevent will do --- src/lib/repo_ref.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/repo_ref.rs') diff --git a/src/lib/repo_ref.rs b/src/lib/repo_ref.rs index bca4a3b..a3e1317 100644 --- a/src/lib/repo_ref.rs +++ b/src/lib/repo_ref.rs @@ -448,7 +448,7 @@ async fn get_repo_coordinate_from_user_prompt( println!( "{}", dim.apply_to( - "hint: https://gitworkshop.dev/repos lists repositories and their nostr address" + "hint: https://gitworkshop.dev/search lists repositories and their nostr address" ), ); let git_repo_path = git_repo.get_path()?; -- cgit v1.2.3