aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorStephen Wade <stephen@stephenwade.me>2023-02-03 08:21:50 -0500
committerGitHub <noreply@github.com>2023-02-03 08:21:50 -0500
commite96fa7e7766f92500923237fcf9b9c9579de3678 (patch)
tree7e695c4e182133b8e8a0c5f1a3e733c6e3352a04 /static
parentd335d035c18067c1f54f2c4cffb429ce4f4ddf1d (diff)
downloadxesite-e96fa7e7766f92500923237fcf9b9c9579de3678.tar.xz
xesite-e96fa7e7766f92500923237fcf9b9c9579de3678.zip
Link cleanup (#601)
* http -> https * golang.org -> go.dev * 301 twitch.tv -> www.twitch.tv * 301 patreon.com -> www.patreon.com --------- Co-authored-by: Xe Iaso <me@christine.website>
Diffstat (limited to 'static')
-rw-r--r--static/blog/maybedoer.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/blog/maybedoer.go b/static/blog/maybedoer.go
index 4a69a12..0522799 100644
--- a/static/blog/maybedoer.go
+++ b/static/blog/maybedoer.go
@@ -27,7 +27,7 @@ type Impl struct {
// to any pointer-like datatype in Go, but Rob Pike says we can't have nice things.
//
// See the Haskell documentation for Data.Monad.First for more information:
-// http://hackage.haskell.org/package/base-4.14.0.0/docs/Data-Monoid.html#t:First
+// https://hackage.haskell.org/package/base-4.14.0.0/docs/Data-Monoid.html#t:First
func (c *Impl) Do(ctx context.Context) error {
for _, doer := range c.Doers {
c.Maybe(ctx, doer)