]> Cypherpunks repositories - gostls13.git/commit
net/url: fix stale RFC 3986 links
authorjiahua wang <wjh180909@gmail.com>
Sat, 16 Oct 2021 15:19:57 +0000 (23:19 +0800)
committerEmmanuel Odeke <emmanuel@orijtech.com>
Mon, 18 Oct 2021 21:57:36 +0000 (21:57 +0000)
commit3befaf0cdb18420f45acfa7cee725297aa550faf
tree1f49b407b7f651ebe6bf2744edabd8cfeae3e5cc
parent425db64811285fd0b35ed12eaed7568ec547da78
net/url: fix stale RFC 3986 links

The URLs for RFC 3986 have been changed from:
  http://tools.ietf.org/html/rfc3986
to:
  https://datatracker.ietf.org/doc/html/rfc3986

Change-Id: I0662557d91bbb7de51d7ca4bc64e838741cd9074
Reviewed-on: https://go-review.googlesource.com/c/go/+/356429
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Emmanuel Odeke <emmanuel@orijtech.com>
Trust: Cherry Mui <cherryyz@google.com>
src/net/url/url_test.go