From cba0178d2dd55cfa0ed2e4112e5266af0db67add Mon Sep 17 00:00:00 2001 From: Katerina Koukiou Date: Mon, 11 Mar 2019 19:46:12 +0100 Subject: Fix broken link in io.podman.varlink Link to InspectImage was broken. Signed-off-by: Katerina Koukiou --- cmd/podman/varlink/io.podman.varlink | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/podman/varlink') diff --git a/cmd/podman/varlink/io.podman.varlink b/cmd/podman/varlink/io.podman.varlink index 6109bd290..fbc3f594e 100644 --- a/cmd/podman/varlink/io.podman.varlink +++ b/cmd/podman/varlink/io.podman.varlink @@ -656,7 +656,7 @@ method RemoveContainer(name: string, force: bool, removeVolumes: bool) -> (conta method DeleteStoppedContainers() -> (containers: []string) # ListImages returns information about the images that are currently in storage. -# See also [InspectImage](InspectImage). +# See also [InspectImage](#InspectImage). method ListImages() -> (images: []Image) # GetImage returns information about a single image in storage. -- cgit v1.2.3-54-g00ecf