aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Jour <musteresel@gmail.com>2025-11-07 10:56:58 +0100
committerHisham Muhammad <hisham@gobolinux.org>2025-11-17 18:13:39 -0300
commit498a26568eb0ea6dd585bf9f87558e4a0e48387a (patch)
tree6217f9407b95a8fad06cbd1b54501be132793693
parent99c57c8b2464550d6659cce43f84db83b17c4c15 (diff)
downloadluarocks-main.tar.gz
luarocks-main.tar.bz2
luarocks-main.zip
docs: Fix links in file_locations.mdmain
-rw-r--r--docs/file_locations.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/file_locations.md b/docs/file_locations.md
index d8e1c684..4466ba9d 100644
--- a/docs/file_locations.md
+++ b/docs/file_locations.md
@@ -67,7 +67,7 @@ On Unix, performing a vanilla installation of Lua from lua.org and a vanilla
67installation of LuaRocks will install both under /usr/local, meaning that the 67installation of LuaRocks will install both under /usr/local, meaning that the
68environment variables for the system-wide rock tree are correct by default. 68environment variables for the system-wide rock tree are correct by default.
69 69
70The command `[luarocks path](luarocks_path.md)` outputs the correct environment 70The command [`luarocks path`](luarocks_path.md) outputs the correct environment
71variables set for a rock tree. 71variables set for a rock tree.
72 72
73# Path where command-line scripts are installed 73# Path where command-line scripts are installed
@@ -90,7 +90,7 @@ installed need to be in your environment path.
90On Unix, /usr/local/bin is usually in the $PATH by default, but 90On Unix, /usr/local/bin is usually in the $PATH by default, but
91$HOME/.luarocks/bin is not. 91$HOME/.luarocks/bin is not.
92 92
93The command `[luarocks path](luarocks_path.md) --bin` outputs the correct PATH 93The command [`luarocks path --bin`](luarocks_path.md) outputs the correct PATH
94environment variables set for a rock tree. 94environment variables set for a rock tree.
95 95
96# Compiler 96# Compiler