diff --git a/website/source/docs/agent/options.html.md b/website/source/docs/agent/options.html.md
index 9591b6474..5f232a4de 100644
--- a/website/source/docs/agent/options.html.md
+++ b/website/source/docs/agent/options.html.md
@@ -104,8 +104,8 @@ will exit with an error at startup.
Consul will bind client interfaces, including the HTTP and DNS servers. By default,
this is "127.0.0.1", allowing only loopback connections. In Consul 1.0 and later
this can be set to a space-separated list of addresses to bind to, or a
- [go-sockaddr](https://github.com/hashicorp/go-sockaddr#go-sockaddr) that can potentially
- resolve to multiple addresses.
+ [go-sockaddr](https://godoc.org/github.com/hashicorp/go-sockaddr/template) template
+ that can potentially resolve to multiple addresses.
* `-config-file` - A configuration file
to load. For more information on
@@ -641,8 +641,8 @@ Consul will not enable TLS for the HTTP API unless the `https` port has been ass
* `addresses` - This is a nested object that allows
setting bind addresses. In Consul 1.0 and later these can be set to a space-separated list of
- addresses to bind to, or a [go-sockaddr](https://github.com/hashicorp/go-sockaddr#go-sockaddr)
- that can potentially resolve to multiple addresses.
+ addresses to bind to, or a [go-sockaddr](https://godoc.org/github.com/hashicorp/go-sockaddr/template)
+ template that can potentially resolve to multiple addresses.
`http` supports binding to a Unix domain socket. A socket can be
specified in the form `unix:///path/to/socket`. A new domain socket will be