summaryrefslogtreecommitdiff
path: root/std/textproto/mod.ts
diff options
context:
space:
mode:
authorClaudio Cicali <claudio.cicali@gmail.com>2020-05-15 16:13:33 +0200
committerGitHub <noreply@github.com>2020-05-15 10:13:33 -0400
commitf37967d229a8523251b3ab8b77e09c87914717d5 (patch)
treef19acb158674314ec3fa9d7e596caf41c937f7c9 /std/textproto/mod.ts
parent8440d765d51c0886f45843ad217a6a5dbabd5049 (diff)
fix link (#5333)
Replaced with the current master version
Diffstat (limited to 'std/textproto/mod.ts')
-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.