Browse Source

[DOCS] Fix cross-doc link. (#48783)

* [DOCS] Fix cross-doc link.

* Fixed xref
debadair 6 years ago
parent
commit
d92f362df0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/reference/setup/install/docker.asciidoc

+ 2 - 2
docs/reference/setup/install/docker.asciidoc

@@ -323,7 +323,7 @@ docker run <various parameters> bin/elasticsearch -Ecluster.name=mynewclusternam
 --------------------------------------------
 
 While bind-mounting your configuration files is usually the preferred method in production, 
-you can also <<docker-config-custom-image, create a custom Docker image>> 
+you can also <<_c_customized_image, create a custom Docker image>> 
 that contains your configuration.
 
 [[docker-config-bind-mount]]
@@ -341,7 +341,7 @@ IMPORTANT: The container **runs {es} as user `elasticsearch` using
 **uid:gid `1000:1000`**. Bind mounted host directories and files must be accessible by this user, 
 and the data and log directories must be writable by this user.
 
-[[docker-config-custom-image]]
+[[_c_customized_image]]
 ===== Using custom Docker images
 In some environments, it might make more sense to prepare a custom image that contains
 your configuration. A `Dockerfile` to achieve this might be as simple as: