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)?$`,