From 4b503f8d8663b1769a2ef815006fdd33e829289f Mon Sep 17 00:00:00 2001 From: Arend von Reinersdorff Date: Sun, 10 Nov 2024 19:29:16 +0100 Subject: [PATCH] Fix 2 internal doc links (#1837) Signed-off-by: Arend von Reinersdorff --- src/main/asciidoc/inc/_registry.adoc | 2 +- src/main/asciidoc/inc/external/_property_configuration.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/asciidoc/inc/_registry.adoc b/src/main/asciidoc/inc/_registry.adoc index d71b2a981..1a5f7856e 100644 --- a/src/main/asciidoc/inc/_registry.adoc +++ b/src/main/asciidoc/inc/_registry.adoc @@ -10,7 +10,7 @@ registry. This registry (or the default `docker.io` if no registry is given) is used during push and pull operations. This plugin follows the same semantics, so if an image name is specified with a registry part, this registry is contacted. Authentication is -explained in the next <<_authentication,section>>. +explained in the next <>. There are some situations however where you want to have more flexibility for specifying a remote registry. This might be because diff --git a/src/main/asciidoc/inc/external/_property_configuration.adoc b/src/main/asciidoc/inc/external/_property_configuration.adoc index 511af0da9..ea9d9c9bd 100644 --- a/src/main/asciidoc/inc/external/_property_configuration.adoc +++ b/src/main/asciidoc/inc/external/_property_configuration.adoc @@ -281,7 +281,7 @@ See <>. | specifies a path to a port mapping used when starting a container. | *docker.ports.idx* -| Sets a port mapping. For example `jolokia.ports:8080` maps the container port 8080 dynamically to a host port and assigns this host port to the Maven property `${jolokia.port}`. See <<_port-mapping,Port mapping>> for possible mapping options. When creating images images only the right most port is used for exposing the port. For providing multiple port mappings, the index should be count up. +| Sets a port mapping. For example `jolokia.ports:8080` maps the container port 8080 dynamically to a host port and assigns this host port to the Maven property `${jolokia.port}`. See <> for possible mapping options. When creating images images only the right most port is used for exposing the port. For providing multiple port mappings, the index should be count up. See <> for more information about list properties. | *docker.registry*