You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ho...@apache.org on 2023/06/26 16:37:25 UTC

[solr] branch branch_9x updated: Update Solr Docker Reference Guide link (#1722)

This is an automated email from the ASF dual-hosted git repository.

houston pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/branch_9x by this push:
     new 0e3310ec254 Update Solr Docker Reference Guide link (#1722)
0e3310ec254 is described below

commit 0e3310ec2542a954e3f279733d1d0c93cc3c3de0
Author: Jared Moody <ja...@jaredmoody.com>
AuthorDate: Mon Jun 26 09:36:26 2023 -0700

    Update Solr Docker Reference Guide link (#1722)
---
 solr/docker/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/docker/README.md b/solr/docker/README.md
index c9c6a9b78da..7a3b7674bd0 100644
--- a/solr/docker/README.md
+++ b/solr/docker/README.md
@@ -23,7 +23,7 @@ This allows for local images to be completely compatible with the official Solr
 
 In order to build/test/tag your Docker images using local Solr source code, please refer to `./gradlew helpDocker` in a git checkout or a source-release download.
 
-Please refer to the [Solr Reference Guide](https://solr.apache.org/guide/solr-in-docker.html) for information on using the Solr Docker image.
+Please refer to the [Solr Reference Guide](https://solr.apache.org/guide/solr/latest/deployment-guide/solr-in-docker.html) for information on using the Solr Docker image.
 
 Building from the Solr Binary Distribution
 ----