Improving links (http -> https) (#425)

This commit is contained in:
Andreas Deininger
2022-06-06 20:31:46 +02:00
committed by GitHub
parent 25d2811293
commit da13e2fbe7
130 changed files with 182 additions and 182 deletions

View File

@@ -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.

View File

@@ -1,2 +1,2 @@
5c3bcf9f8c61fc074143f766c4517e445a6d9b0f
htCqJrLdh9Q
7fd60a9497546cb5c84242276ed79aecbde7e950
fI2YIfYsCaL

View File

@@ -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.