This is an automated email from the ASF dual-hosted git repository. janhoy 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 e5b405a2259 SOLR-16817: Fixing broken link of Solr Tutorial section (#1665) e5b405a2259 is described below commit e5b405a22597c22f5f355b3bfe9d2aea5a51a476 Author: senthh <sen...@gmail.com> AuthorDate: Thu May 25 16:46:52 2023 +0530 SOLR-16817: Fixing broken link of Solr Tutorial section (#1665) Co-authored-by: Senthil Kumar <skum...@visa.com> --- solr/documentation/src/markdown/index.template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solr/documentation/src/markdown/index.template.md b/solr/documentation/src/markdown/index.template.md index e81c10bdb9b..aafebc1a942 100644 --- a/solr/documentation/src/markdown/index.template.md +++ b/solr/documentation/src/markdown/index.template.md @@ -28,7 +28,7 @@ This is the official documentation for **Apache Solr ${project.version}**. * [Reference Guide](${project.solrRefguideUrl}/): The main documentation for Solr * [Changes](changes/Changes.html): List of changes in this release * [System Requirements](SYSTEM_REQUIREMENTS.html): Minimum and supported Java versions -* [Solr Tutorial](${project.solrRefguideUrl}/solr-tutorial.html): +* [Solr Tutorial](${project.solrRefguideUrl}/getting-started/solr-tutorial.html): This document covers the basics of running Solr using an example schema, and some sample data * [Lucene Documentation](${project.luceneDocUrl}/index.html)