diff options
| author | luau-project <luau.project@gmail.com> | 2026-02-26 10:05:52 -0300 |
|---|---|---|
| committer | Hisham Muhammad <hisham@gobolinux.org> | 2026-07-11 22:05:38 -0300 |
| commit | 07f675b5373e0c88b4930e2459e665f5678c2e5e (patch) | |
| tree | 6fcc5ddf4bb52197bb99639ebb90484bdbe6bcd2 | |
| parent | d158b68ef8fec9c80699dba9158ea0e70d1d656c (diff) | |
| download | luarocks-07f675b5373e0c88b4930e2459e665f5678c2e5e.tar.gz luarocks-07f675b5373e0c88b4930e2459e665f5678c2e5e.tar.bz2 luarocks-07f675b5373e0c88b4930e2459e665f5678c2e5e.zip | |
docs: update link to the config file format
| -rw-r--r-- | src/luarocks/cmd/config.lua | 2 | ||||
| -rw-r--r-- | src/luarocks/cmd/config.tl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/luarocks/cmd/config.lua b/src/luarocks/cmd/config.lua index c350e42a..53347baa 100644 --- a/src/luarocks/cmd/config.lua +++ b/src/luarocks/cmd/config.lua | |||
| @@ -54,7 +54,7 @@ Query information about the LuaRocks configuration. | |||
| 54 | resulting from reading the config files from all scopes. | 54 | resulting from reading the config files from all scopes. |
| 55 | 55 | ||
| 56 | Example: luarocks config]], util.see_also([[ | 56 | Example: luarocks config]], util.see_also([[ |
| 57 | https://github.com/luarocks/luarocks/wiki/Config-file-format | 57 | https://github.com/luarocks/luarocks/blob/main/docs/config_file_format.md |
| 58 | for detailed information on the LuaRocks config file format. | 58 | for detailed information on the LuaRocks config file format. |
| 59 | ]])): | 59 | ]])): |
| 60 | summary("Query information about the LuaRocks configuration.") | 60 | summary("Query information about the LuaRocks configuration.") |
diff --git a/src/luarocks/cmd/config.tl b/src/luarocks/cmd/config.tl index 66b60944..b6efc4ad 100644 --- a/src/luarocks/cmd/config.tl +++ b/src/luarocks/cmd/config.tl | |||
| @@ -54,7 +54,7 @@ Query information about the LuaRocks configuration. | |||
| 54 | resulting from reading the config files from all scopes. | 54 | resulting from reading the config files from all scopes. |
| 55 | 55 | ||
| 56 | Example: luarocks config]], util.see_also([[ | 56 | Example: luarocks config]], util.see_also([[ |
| 57 | https://github.com/luarocks/luarocks/wiki/Config-file-format | 57 | https://github.com/luarocks/luarocks/blob/main/docs/config_file_format.md |
| 58 | for detailed information on the LuaRocks config file format. | 58 | for detailed information on the LuaRocks config file format. |
| 59 | ]])) | 59 | ]])) |
| 60 | :summary("Query information about the LuaRocks configuration.") | 60 | :summary("Query information about the LuaRocks configuration.") |
