From f37967d229a8523251b3ab8b77e09c87914717d5 Mon Sep 17 00:00:00 2001 From: Claudio Cicali Date: Fri, 15 May 2020 16:13:33 +0200 Subject: fix link (#5333) Replaced with the current master version --- std/textproto/mod.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'std/textproto/mod.ts') 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. -- cgit v1.2.3