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 2bac9034aec Fix a broken link in ref-guide 
solr-control-script-reference (#4012)
2bac9034aec is described below

commit 2bac9034aecaf0228c2a492eb8e2dc630bdc5024
Author: Jan Høydahl <[email protected]>
AuthorDate: Wed Jan 7 11:00:31 2026 +0100

    Fix a broken link in ref-guide solr-control-script-reference (#4012)
---
 .../modules/deployment-guide/pages/solr-control-script-reference.adoc   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/solr/solr-ref-guide/modules/deployment-guide/pages/solr-control-script-reference.adoc
 
b/solr/solr-ref-guide/modules/deployment-guide/pages/solr-control-script-reference.adoc
index 4868f5e2ef7..577c566eb4a 100644
--- 
a/solr/solr-ref-guide/modules/deployment-guide/pages/solr-control-script-reference.adoc
+++ 
b/solr/solr-ref-guide/modules/deployment-guide/pages/solr-control-script-reference.adoc
@@ -866,7 +866,7 @@ The `bin/solr` script allows enabling or disabling 
Authentication, allowing you
 
 Currently this command is only available when using SolrCloud mode and must be 
run on the machine hosting Solr.
 
-For Basic Authentication the script provides 
https://github.com/apache/solr/blob/main/solr/core/resources/security.json[user 
roles and permission mappings], and maps the created user to the `superadmin` 
role.
+For Basic Authentication the script provides 
https://github.com/apache/solr/blob/main/solr/core/src/resources/security.json[user
 roles and permission mappings], and maps the created user to the `superadmin` 
role.
 
 
 === Enabling Basic Authentication

Reply via email to