Skip to content

Commit f729e2c

Browse files
committed
Update dead link for debugging regex to regex101.com
1 parent d5c0d94 commit f729e2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/commands/hosting_service/definitions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package hosting_service
22

33
// if you want to make a custom regex for a given service feel free to test it out
4-
// at regoio.herokuapp.com
4+
// at https://regex101.com using the flavor Golang
55
var defaultUrlRegexStrings = []string{
66
`^(?:https?|ssh)://[^/]+/(?P<owner>.*)/(?P<repo>.*?)(?:\.git)?$`,
77
`^.*?@.*:/*(?P<owner>.*)/(?P<repo>.*?)(?:\.git)?$`,

0 commit comments

Comments
 (0)