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/03/23 18:19:41 UTC

[solr] branch main updated: SOLR-16708: Small formating fixes

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

houston 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 e3ee0aeb2e7 SOLR-16708: Small formating fixes
e3ee0aeb2e7 is described below

commit e3ee0aeb2e70f25dc882ada79f378cb90395fc0e
Author: Houston Putman <ho...@apache.org>
AuthorDate: Thu Mar 23 13:09:10 2023 -0500

    SOLR-16708: Small formating fixes
---
 .../modules/upgrade-notes/pages/solr-upgrade-notes.adoc            | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/solr/solr-ref-guide/modules/upgrade-notes/pages/solr-upgrade-notes.adoc b/solr/solr-ref-guide/modules/upgrade-notes/pages/solr-upgrade-notes.adoc
index c0232067569..e7b74148e87 100644
--- a/solr/solr-ref-guide/modules/upgrade-notes/pages/solr-upgrade-notes.adoc
+++ b/solr/solr-ref-guide/modules/upgrade-notes/pages/solr-upgrade-notes.adoc
@@ -37,12 +37,13 @@ Detailed steps for upgrading a Solr cluster are in the section xref:deployment-g
 == How to use the Major Changes pages
 
 The Major Changes pages are grouped in two ways:
-- For Solr versions `9.y+`:
+
+* For Solr versions `9.y+`:
   The `Major Changes in Solr _x_` (e.g. xref:major-changes-in-solr-9.adoc[]) pages include all changes included in any `x.y` release.
   Therefore xref:major-changes-in-solr-9.adoc[] includes all changes in any Solr `9.x` release.
-- For Solr versions `6.y`-`8.y`:
+* For Solr versions `6.y`-`8.y`:
   The `Major Changes in Solr _x_` (e.g. xref:major-changes-in-solr-8.adoc[]) pages include all changes from Solr `_(x-1)_.0` to Solr `_x_.0`.
-  Therefore xref:major-changes-in-solr-8.adoc[] includes all changes from Solr `7.0` to Solr `8.0`, starting wil Solr `7.1`.
+  Therefore xref:major-changes-in-solr-8.adoc[] includes all changes from Solr `7.0` to Solr `8.0`, starting with Solr `7.1`.
 
 In these pages, the first section describes planning for an upgrade to that major version from the previous major version,
 including system requirements, rolling upgrade concerns and re-indexing recommendations.