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 2021/06/15 21:31:15 UTC

[solr] branch main updated: Fix copy/paste mistake

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

hossman 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 41661f8  Fix copy/paste mistake
41661f8 is described below

commit 41661f862324e0e094522873f774db1589ce7c23
Author: Chris Hostetter <ho...@apache.org>
AuthorDate: Tue Jun 15 14:31:09 2021 -0700

    Fix copy/paste mistake
---
 solr/solr-ref-guide/src/implicit-requesthandlers.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/solr-ref-guide/src/implicit-requesthandlers.adoc b/solr/solr-ref-guide/src/implicit-requesthandlers.adoc
index b8d711c..3370cbc 100644
--- a/solr/solr-ref-guide/src/implicit-requesthandlers.adoc
+++ b/solr/solr-ref-guide/src/implicit-requesthandlers.adoc
@@ -56,7 +56,7 @@ Logging:: Retrieve and modify registered loggers.
 |API Endpoints |Class & Javadocs |Paramset
 |v1: `solr/admin/info/logging`
 
-v2: `api/node/logging` |{solr-javadocs}/core/org/apache/solr/handler/admin/ShowFileRequestHandler.html[LoggingHandler] |`_ADMIN_LOGGING`
+v2: `api/node/logging` |{solr-javadocs}/core/org/apache/solr/handler/admin/LoggingHandler.html[LoggingHandler] |`_ADMIN_LOGGING`
 |===
 
 Luke:: Expose the internal Lucene index. This handler must have a collection name in the path to the endpoint.