diff options
author | Richard Beckmann <r.beckmann@protonmail.com> | 2025-03-14 23:10:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-14 20:10:57 -0300 |
commit | c88767887f78721c09663c9a22faa2a9586e484f (patch) | |
tree | 42c44fcdb2a8d413c3b38a039e7207123f553ce7 /docs/luarocks.md | |
parent | e8f1267ee3d091145b281b86548a31c89ad27d74 (diff) | |
download | luarocks-c88767887f78721c09663c9a22faa2a9586e484f.tar.gz luarocks-c88767887f78721c09663c9a22faa2a9586e484f.tar.bz2 luarocks-c88767887f78721c09663c9a22faa2a9586e484f.zip |
docs: fix and optimize links in the documentation
Diffstat (limited to 'docs/luarocks.md')
-rw-r--r-- | docs/luarocks.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/luarocks.md b/docs/luarocks.md index 91bb6731..6338743b 100644 --- a/docs/luarocks.md +++ b/docs/luarocks.md | |||
@@ -15,7 +15,7 @@ Variables from the "variables" table of the [configuration file](config_file_for | |||
15 | |- | 15 | |- |
16 | | --only-server=_server_ || Fetch rocks/rockspecs from this server only (overrides any entries in the config file) | 16 | | --only-server=_server_ || Fetch rocks/rockspecs from this server only (overrides any entries in the config file) |
17 | |- | 17 | |- |
18 | | --only-sources=_url_ || Restrict downloads of sources to URLs starting with the given URL. For example, --only-sources=http://luarocks.org will allow LuaRocks to download sources only if the URL given in the rockspec starts with http://luarocks.org . | 18 | | --only-sources=_url_ || Restrict downloads of sources to URLs starting with the given URL. For example, --only-sources=https://luarocks.org will allow LuaRocks to download sources only if the URL given in the rockspec starts with https://luarocks.org . |
19 | |- | 19 | |- |
20 | | --tree=_tree_ || Which tree to operate on. | 20 | | --tree=_tree_ || Which tree to operate on. |
21 | |- | 21 | |- |