Fix golang doc URLs
This commit is contained in:
parent
c011bdfdd8
commit
fffa413121
8 changed files with 10 additions and 10 deletions
|
@ -531,7 +531,7 @@ _Optional, Default=```Host(`{{ normalize .Name }}`)```_
|
|||
The default host rule for all services.
|
||||
|
||||
For a given service, if no routing rule was defined by a tag, it is defined by this `defaultRule` instead.
|
||||
The `defaultRule` must be set to a valid [Go template](https://golang.org/pkg/text/template/),
|
||||
The `defaultRule` must be set to a valid [Go template](https://pkg.go.dev/text/template/),
|
||||
and can include [sprig template functions](https://masterminds.github.io/sprig/).
|
||||
The service name can be accessed with the `Name` identifier,
|
||||
and the template has access to all the labels (i.e. tags beginning with the `prefix`) defined on this service.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue