diff options
| author | Daniel Jour <musteresel@gmail.com> | 2025-11-07 10:56:58 +0100 |
|---|---|---|
| committer | Hisham Muhammad <hisham@gobolinux.org> | 2025-11-17 18:13:39 -0300 |
| commit | 498a26568eb0ea6dd585bf9f87558e4a0e48387a (patch) | |
| tree | 6217f9407b95a8fad06cbd1b54501be132793693 | |
| parent | 99c57c8b2464550d6659cce43f84db83b17c4c15 (diff) | |
| download | luarocks-main.tar.gz luarocks-main.tar.bz2 luarocks-main.zip | |
docs: Fix links in file_locations.mdmain
| -rw-r--r-- | docs/file_locations.md | 4 |
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 | |||
| 67 | installation of LuaRocks will install both under /usr/local, meaning that the | 67 | installation of LuaRocks will install both under /usr/local, meaning that the |
| 68 | environment variables for the system-wide rock tree are correct by default. | 68 | environment variables for the system-wide rock tree are correct by default. |
| 69 | 69 | ||
| 70 | The command `[luarocks path](luarocks_path.md)` outputs the correct environment | 70 | The command [`luarocks path`](luarocks_path.md) outputs the correct environment |
| 71 | variables set for a rock tree. | 71 | variables 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. | |||
| 90 | On Unix, /usr/local/bin is usually in the $PATH by default, but | 90 | On 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 | ||
| 93 | The command `[luarocks path](luarocks_path.md) --bin` outputs the correct PATH | 93 | The command [`luarocks path --bin`](luarocks_path.md) outputs the correct PATH |
| 94 | environment variables set for a rock tree. | 94 | environment variables set for a rock tree. |
| 95 | 95 | ||
| 96 | # Compiler | 96 | # Compiler |
