From 5c8e6b6057c47b7ed348cac85abe803e59cffdad Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sat, 31 Dec 2022 19:52:10 +0530 Subject: fixed broken hyperlink --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index 071063a..6e33961 100644 --- a/main.go +++ b/main.go @@ -97,7 +97,7 @@ func onActivate(app *gtk.Application) { // do this after server starts on = true buttonSwitch.SetLabel("Stop") - statusLabel.SetMarkup(fmt.Sprintf("Serving\n%s\nOn http://localhost:%s", dir, dir, port)) + statusLabel.SetMarkup(fmt.Sprintf("Serving\n%s\nOn http://localhost:%s", dir, port, port)) browseButton.SetCanFocus(false) portInput.SetEditable(false) portInput.SetCanFocus(false) -- cgit v1.2.3