From 498a26568eb0ea6dd585bf9f87558e4a0e48387a Mon Sep 17 00:00:00 2001 From: Daniel Jour Date: Fri, 7 Nov 2025 10:56:58 +0100 Subject: docs: Fix links in file_locations.md --- docs/file_locations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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 installation of LuaRocks will install both under /usr/local, meaning that the environment variables for the system-wide rock tree are correct by default. -The command `[luarocks path](luarocks_path.md)` outputs the correct environment +The command [`luarocks path`](luarocks_path.md) outputs the correct environment variables set for a rock tree. # Path where command-line scripts are installed @@ -90,7 +90,7 @@ installed need to be in your environment path. On Unix, /usr/local/bin is usually in the $PATH by default, but $HOME/.luarocks/bin is not. -The command `[luarocks path](luarocks_path.md) --bin` outputs the correct PATH +The command [`luarocks path --bin`](luarocks_path.md) outputs the correct PATH environment variables set for a rock tree. # Compiler -- cgit v1.2.3-55-g6feb