aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar SyrieBianco <syriebianco@gmail.com> 2020-02-12 17:42:20 -0800
committerGravatar GitHub <noreply@github.com> 2020-02-12 17:42:20 -0800
commit57c408a3a0e69f1319b4092b6fac8dd838bf5e45 (patch)
tree7bcf6924ff6342f9d51bae494488dba6472f29fc /CHANGELOG.md
parent0f36fa322f7057b85d36bb81af7f32d589557449 (diff)
downloadsally-57c408a3a0e69f1319b4092b6fac8dd838bf5e45.tar.gz
sally-57c408a3a0e69f1319b4092b6fac8dd838bf5e45.tar.zst
sally-57c408a3a0e69f1319b4092b6fac8dd838bf5e45.zip
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
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6584850..7a9a899 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,8 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
-- Added support configuring the godoc.org instance used for documentation
- links.
+- Support configuring the godoc server used for documentation links.
+
+### Changed
+- Updated default godoc server from `https://godoc.org` to `https://pkg.go.dev`.
## [1.0.1] - 2019-01-03
### Fixed