Skip to content

Commit 037bde9

Browse files
committed
Fixed re2 syntax link
1 parent 3a96d2a commit 037bde9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/engines/go.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const go: RegexEngine = {
77
help_url: "https://pkg.go.dev/regexp",
88
handle: "go",
99
level: "golden",
10-
links: { "re2 syntax": "http://code.google.com/p/re2/wiki/Syntax" },
10+
links: { "re2 syntax": "https://github.com/google/re2/wiki/Syntax" },
1111
logo_icon: "https://www.vectorlogo.zone/logos/golang/golang-icon.svg",
1212
logo_ar21: "https://www.vectorlogo.zone/logos/golang/golang-ar21.svg",
1313
nodeping_id: "cvdmibs4-lyts-48bp-8l93-a4y3ihfrkncc",

0 commit comments

Comments
 (0)