From 1bdc6a044dffc33149c758df3b31792eda37d1e0 Mon Sep 17 00:00:00 2001 From: John Chavez Date: Fri, 27 Jan 2023 10:10:28 -0800 Subject: [PATCH] Change link to pkg.go.dev --- docs/Config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Config.md b/docs/Config.md index af0a3026..219df9e0 100644 --- a/docs/Config.md +++ b/docs/Config.md @@ -104,7 +104,7 @@ customCommands: serviceNames: [] ``` -For a full list of template variables that are available (such as `{{ .Container.ID }}`), see the fields of our [Container struct](https://github.com/jesseduffield/lazydocker/blob/17fcdb2b202c18b340737c31ae5429fe0c1478a8/pkg/commands/container.go#L23-L43). For example, to write a command that uses a container's image ID, you can use `{{ .Container.Container.ImageID }}`. +For a full list of template variables that are available (such as `{{ .Container.ID }}`), see the fields of our [Container struct](https://pkg.go.dev/github.com/jesseduffield/lazydocker@v0.20.0/pkg/commands#Container). For example, to write a command that uses a container's image ID, you can use `{{ .Container.Container.ImageID }}`. ## Replacements