From 6359f6cdf28d724ae21ed07aca8672b54199d45e Mon Sep 17 00:00:00 2001 From: Travis Truman Date: Mon, 29 Sep 2025 07:58:25 -0400 Subject: [PATCH] fix(docs): path of script download example This closes #1192 by updating the download URL Signed-off-by: Travis Truman --- docs/source/pages/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/pages/installation.rst b/docs/source/pages/installation.rst index 2bb2b86a8..6e10c7005 100644 --- a/docs/source/pages/installation.rst +++ b/docs/source/pages/installation.rst @@ -31,7 +31,7 @@ Download the ``run_macaron.sh`` script and make it executable by running the com .. code-block:: shell - curl -O https://raw.githubusercontent.com/oracle/macaron//scripts/release_scripts/run_macaron.sh + curl -O https://raw.githubusercontent.com/oracle/macaron/refs/tags//scripts/release_scripts/run_macaron.sh chmod +x run_macaron.sh ----------------------------------------