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

HoustonPutman pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr-operator.git


The following commit(s) were added to refs/heads/main by this push:
     new 5df015e  Make local docs link absolute for copy-ability
5df015e is described below

commit 5df015ef5ad786c521059ac9144a26cdd22490a7
Author: Houston Putman <[email protected]>
AuthorDate: Wed Jun 24 13:16:51 2026 -0700

    Make local docs link absolute for copy-ability
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 6a6ef1f..68a3264 100644
--- a/Makefile
+++ b/Makefile
@@ -372,7 +372,7 @@ docs-staging:
 .PHONY: docs
 docs: docs-staging ## Build the operator Antora docs site locally for 
previewing (requires Docker)
        docker run --rm -v "$(PROJECT_DIR):/antora" -w /antora/docs 
$(ANTORA_IMAGE) --fetch --to-dir build/site local-playbook.yml
-       @echo "Docs built. Open docs/build/site/index.html in a browser to 
preview."
+       @echo "Docs built. Open 
file://$(PROJECT_DIR)/docs/build/site/index.html in a browser to preview."
 
 .PHONY: docs-clean
 docs-clean: ## Remove the locally-generated documentation site

Reply via email to