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 ----------------------------------------