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/namespaces.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/namespaces.md')
-rw-r--r-- | docs/namespaces.md | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/docs/namespaces.md b/docs/namespaces.md index f00c692a..4591c1c4 100644 --- a/docs/namespaces.md +++ b/docs/namespaces.md | |||
@@ -19,14 +19,13 @@ repository is an address (a local directory or a remote URL) where LuaRocks | |||
19 | can find a `manifest-5.x` file and .rock and .rockspec files. We also call | 19 | can find a `manifest-5.x` file and .rock and .rockspec files. We also call |
20 | such repository a "manifest", for short. | 20 | such repository a "manifest", for short. |
21 | 21 | ||
22 | The [LuaRocks.org](LuaRocks.org)(LuaRocks.org)(https://luarocks.org) website | 22 | The [LuaRocks.org](https://luarocks.org) website features a root manifest at |
23 | features a root manifest at `https://luarocks.org` as well as per-user | 23 | `https://luarocks.org` as well as per-user manifests at |
24 | manifests at `https://luarocks.org/manifests/<your-user-name>`. Entries in the | 24 | `https://luarocks.org/manifests/<your-user-name>`. Entries in the root |
25 | root manifest are operated in a first-come first-served manner, but even if | 25 | manifest are operated in a first-come first-served manner, but even if someone |
26 | someone else has already taken a rock name, you can upload your own version of | 26 | else has already taken a rock name, you can upload your own version of it to |
27 | it to your user manifest. You can refer to a per-user manifest the same way as | 27 | your user manifest. You can refer to a per-user manifest the same way as any |
28 | any other rocks server, adding to your configuration or using it with the | 28 | other rocks server, adding to your configuration or using it with the`--server` flag. This means that you were always able to install your own |
29 | `--server` flag. This means that you were always able to install your own | ||
30 | version of a rock using a command such as `luarocks install <my-rock> | 29 | version of a rock using a command such as `luarocks install <my-rock> |
31 | --server=https://luarocks.org/manifests/<your-user-name>`. However, you could | 30 | --server=https://luarocks.org/manifests/<your-user-name>`. However, you could |
32 | not specifically depend on it from another rockspec, and once installed, the | 31 | not specifically depend on it from another rockspec, and once installed, the |