Fix golang doc URLs

This commit is contained in:
Jean-Baptiste Doumenjou
2021-09-10 11:42:07 +02:00
committed by GitHub
parent c011bdfdd8
commit fffa413121
8 changed files with 10 additions and 10 deletions

View File

@@ -427,7 +427,7 @@ _Optional, Default=```Host(`{{ normalize .Name }}`)```_
The `defaultRule` option defines what routing rule to apply to a container if no rule is defined by a label.
It must be a valid [Go template](https://golang.org/pkg/text/template/), and can use
It must be a valid [Go template](https://pkg.go.dev/text/template/), and can use
[sprig template functions](https://masterminds.github.io/sprig/).
The container service name can be accessed with the `Name` identifier,
and the template has access to all the labels defined on this container.