summaryrefslogtreecommitdiff
path: root/cmd/podman/varlink
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-03-11 18:05:06 -0700
committerGitHub <noreply@github.com>2019-03-11 18:05:06 -0700
commite37b0670e26af0cc6442a77f129961cf3f896a35 (patch)
tree252d2743090153eeb2dc5fd5b8252344e032c2d6 /cmd/podman/varlink
parenta687cdad698296ed501cd3d544b31025c97794d5 (diff)
parentcba0178d2dd55cfa0ed2e4112e5266af0db67add (diff)
downloadpodman-e37b0670e26af0cc6442a77f129961cf3f896a35.tar.gz
podman-e37b0670e26af0cc6442a77f129961cf3f896a35.tar.bz2
podman-e37b0670e26af0cc6442a77f129961cf3f896a35.zip
Merge pull request #2612 from KKoukiou/api-doc-fix
Fix broken link in API.md
Diffstat (limited to 'cmd/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 88ea4adcf..791790e2e 100644
--- a/cmd/podman/varlink/io.podman.varlink
+++ b/cmd/podman/varlink/io.podman.varlink
@@ -673,7 +673,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.