From 0b089238d2406f42b11440efe00e848930c9eddb Mon Sep 17 00:00:00 2001 From: Eric Pugh Date: Tue, 27 Jan 2026 22:31:56 -0500 Subject: [PATCH] Fix the path --- .../configuration-guide/pages/system-info-handler.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/solr/solr-ref-guide/modules/configuration-guide/pages/system-info-handler.adoc b/solr/solr-ref-guide/modules/configuration-guide/pages/system-info-handler.adoc index f49175738162..98c9acff0aee 100644 --- a/solr/solr-ref-guide/modules/configuration-guide/pages/system-info-handler.adoc +++ b/solr/solr-ref-guide/modules/configuration-guide/pages/system-info-handler.adoc @@ -22,7 +22,7 @@ System information is available via two different URLs: [source,bash] ---- -http://localhost:8983/solr/admin/system +http://localhost:8983/solr/admin/info/system ---- and @@ -49,7 +49,7 @@ An object containing information on the JVM Information on the system. `solr_home`:: -Solr base directory. Only available under `/solr/admin/system`. +Solr base directory. Only available under `/solr/admin/info/system`. `zkHost`:: Zookeeper host, when running in cloud mode.