This is an automated email from the ASF dual-hosted git repository. janhoy pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/main by this push: new 00a5cb546b6 SOLR-16817: Fixing broken link of Solr Tutorial section (#1665) 00a5cb546b6 is described below commit 00a5cb546b6b0cab8e21c2cdc69fe53809f58a95 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)