From 57c408a3a0e69f1319b4092b6fac8dd838bf5e45 Mon Sep 17 00:00:00 2001 From: SyrieBianco Date: Wed, 12 Feb 2020 17:42:20 -0800 Subject: Update Godoc server to pkg.go.dev (#40) Update our default Godoc server from `` to the shiny, new `https://pkg.go.dev/` See https://github.com/uber-go/sally/issues/39, T4832833 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 3046a78..4cafea2 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ Create a YAML file with the following structure: ```yaml # This optional section configures godoc documentation linking. godoc: - # Instance of godoc.org used for documentation links. Defaults to godoc.org. - host: godoc.org + # Instance of godoc server used for documentation links. Defaults to pkg.go.dev. + host: pkg.go.dev url: google.golang.org packages: -- cgit v1.2.3