summaryrefslogtreecommitdiff
path: root/cmd/podman/varlink/io.podman.varlink
diff options
context:
space:
mode:
authorKaterina Koukiou <kkoukiou@redhat.com>2019-03-11 19:46:12 +0100
committerKaterina Koukiou <kkoukiou@redhat.com>2019-03-11 20:12:32 +0100
commitcba0178d2dd55cfa0ed2e4112e5266af0db67add (patch)
tree3ca8081b72b7af74d4cbebed517dbea443a61031 /cmd/podman/varlink/io.podman.varlink
parent7038cac53c4c93cd088fdbb097eee8d45494c3b8 (diff)
downloadpodman-cba0178d2dd55cfa0ed2e4112e5266af0db67add.tar.gz
podman-cba0178d2dd55cfa0ed2e4112e5266af0db67add.tar.bz2
podman-cba0178d2dd55cfa0ed2e4112e5266af0db67add.zip
Fix broken link in io.podman.varlink
Link to InspectImage was broken. Signed-off-by: Katerina Koukiou <kkoukiou@redhat.com>
Diffstat (limited to 'cmd/podman/varlink/io.podman.varlink')
-rw-r--r--cmd/podman/varlink/io.podman.varlink2
1 files changed, 1 insertions, 1 deletions
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.