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/bin/ngit/sub_commands/send.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/bin') diff --git a/src/bin/ngit/sub_commands/send.rs b/src/bin/ngit/sub_commands/send.rs index 34965a1..9f1857f 100644 --- a/src/bin/ngit/sub_commands/send.rs +++ b/src/bin/ngit/sub_commands/send.rs @@ -225,8 +225,7 @@ pub async fn launch(cli_args: &Cli, args: &SubCommandArgs, no_fetch: bool) -> Re println!( "{}", dim.apply_to(format!( - "view in gitworkshop.dev: https://gitworkshop.dev/repo/{}/proposal/{}", - repo_ref.coordinate_with_hint().to_bech32()?, + "view in gitworkshop.dev: https://gitworkshop.dev/{}", &event_bech32, )) ); -- cgit v1.2.3