From f729e2ca05f42c4b2e4d5a13808864dd629543c0 Mon Sep 17 00:00:00 2001 From: hrzlgnm Date: Fri, 7 Nov 2025 15:58:08 +0100 Subject: [PATCH] Update dead link for debugging regex to regex101.com --- pkg/commands/hosting_service/definitions.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/commands/hosting_service/definitions.go b/pkg/commands/hosting_service/definitions.go index a5ade4e8b..d6b359b07 100644 --- a/pkg/commands/hosting_service/definitions.go +++ b/pkg/commands/hosting_service/definitions.go @@ -1,7 +1,7 @@ package hosting_service // if you want to make a custom regex for a given service feel free to test it out -// at regoio.herokuapp.com +// at https://regex101.com using the flavor Golang var defaultUrlRegexStrings = []string{ `^(?:https?|ssh)://[^/]+/(?P.*)/(?P.*?)(?:\.git)?$`, `^.*?@.*:/*(?P.*)/(?P.*?)(?:\.git)?$`,