Skip to content

Commit 9d9ac0f

Browse files
authored
Fix the path to the SystemInfoHandler at the node level. (#4083)
1 parent abea3b7 commit 9d9ac0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

solr/solr-ref-guide/modules/configuration-guide/pages/system-info-handler.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ System information is available via two different URLs:
2222

2323
[source,bash]
2424
----
25-
http://localhost:8983/solr/admin/system
25+
http://localhost:8983/solr/admin/info/system
2626
----
2727

2828
and
@@ -49,7 +49,7 @@ An object containing information on the JVM
4949
Information on the system.
5050

5151
`solr_home`::
52-
Solr base directory. Only available under `/solr/admin/system`.
52+
Solr base directory. Only available under `/solr/admin/info/system`.
5353

5454
`zkHost`::
5555
Zookeeper host, when running in cloud mode.

0 commit comments

Comments
 (0)