Skip to content

Commit 7894018

Browse files
authored
fix(docs): path of script download example (#1193)
Signed-off-by: Travis Truman <trumant@gmail.com>
1 parent a4ad745 commit 7894018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/pages/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Download the ``run_macaron.sh`` script and make it executable by running the com
3131

3232
.. code-block:: shell
3333
34-
curl -O https://raw.githubusercontent.com/oracle/macaron/<tag>/scripts/release_scripts/run_macaron.sh
34+
curl -O https://raw.githubusercontent.com/oracle/macaron/refs/tags/<tag>/scripts/release_scripts/run_macaron.sh
3535
chmod +x run_macaron.sh
3636
3737
----------------------------------------

0 commit comments

Comments
 (0)