summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--std/textproto/mod.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/textproto/mod.ts b/std/textproto/mod.ts
index ca14c0546..9b843e5b1 100644
--- a/std/textproto/mod.ts
+++ b/std/textproto/mod.ts
@@ -1,4 +1,4 @@
-// Based on https://github.com/golang/go/blob/891682/src/net/textproto/
+// Based on https://github.com/golang/go/tree/master/src/net/textproto
// Copyright 2009 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.