We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a96d2a commit 037bde9Copy full SHA for 037bde9
src/engines/go.ts
@@ -7,7 +7,7 @@ export const go: RegexEngine = {
7
help_url: "https://pkg.go.dev/regexp",
8
handle: "go",
9
level: "golden",
10
- links: { "re2 syntax": "http://code.google.com/p/re2/wiki/Syntax" },
+ links: { "re2 syntax": "https://github.com/google/re2/wiki/Syntax" },
11
logo_icon: "https://www.vectorlogo.zone/logos/golang/golang-icon.svg",
12
logo_ar21: "https://www.vectorlogo.zone/logos/golang/golang-ar21.svg",
13
nodeping_id: "cvdmibs4-lyts-48bp-8l93-a4y3ihfrkncc",
0 commit comments