Improving links (http -> https) (#425)
This commit is contained in:
committed by
GitHub
parent
25d2811293
commit
da13e2fbe7
@@ -1,4 +1,4 @@
|
||||
// Go offers built-in support for [regular expressions](http://en.wikipedia.org/wiki/Regular_expression).
|
||||
// Go offers built-in support for [regular expressions](https://en.wikipedia.org/wiki/Regular_expression).
|
||||
// Here are some examples of common regexp-related tasks
|
||||
// in Go.
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
5c3bcf9f8c61fc074143f766c4517e445a6d9b0f
|
||||
htCqJrLdh9Q
|
||||
7fd60a9497546cb5c84242276ed79aecbde7e950
|
||||
fI2YIfYsCaL
|
||||
|
||||
@@ -14,4 +14,4 @@ a <fruit>
|
||||
a PEACH
|
||||
|
||||
# For a complete reference on Go regular expressions check
|
||||
# the [`regexp`](http://golang.org/pkg/regexp/) package docs.
|
||||
# the [`regexp`](https://pkg.go.dev/regexp) package docs.
|
||||
|
||||
Reference in New Issue
Block a user