summary refs log tree commit diff
path: root/doc/languages-frameworks/lua.section.md
diff options
context:
space:
mode:
authorAmon Stopinšek <am-on@users.noreply.github.com>2021-12-09 17:23:52 +0000
committeram-on <am-on@users.noreply.github.com>2021-12-09 18:57:38 +0000
commit5f2db22eaec4207150fd4440b7fa4c1e2706bf90 (patch)
tree2fa15e574760a9d2e1862a4949dc09f4ee0847b4 /doc/languages-frameworks/lua.section.md
parent8e090252846052c690bc1fb2a4312b8f8be0bc01 (diff)
downloadnixpkgs-5f2db22eaec4207150fd4440b7fa4c1e2706bf90.tar
nixpkgs-5f2db22eaec4207150fd4440b7fa4c1e2706bf90.tar.gz
nixpkgs-5f2db22eaec4207150fd4440b7fa4c1e2706bf90.tar.bz2
nixpkgs-5f2db22eaec4207150fd4440b7fa4c1e2706bf90.tar.lz
nixpkgs-5f2db22eaec4207150fd4440b7fa4c1e2706bf90.tar.xz
nixpkgs-5f2db22eaec4207150fd4440b7fa4c1e2706bf90.tar.zst
nixpkgs-5f2db22eaec4207150fd4440b7fa4c1e2706bf90.zip
doc: fix broken links
Links in documentation shouldn't point to dead ends.
Diffstat (limited to 'doc/languages-frameworks/lua.section.md')
-rw-r--r--doc/languages-frameworks/lua.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/languages-frameworks/lua.section.md b/doc/languages-frameworks/lua.section.md
index 41fe0de04b4..17b80f07d3e 100644
--- a/doc/languages-frameworks/lua.section.md
+++ b/doc/languages-frameworks/lua.section.md
@@ -128,7 +128,7 @@ Let's present the luarocks way first and the manual one in a second time.
 
 ### Packaging a library on luarocks {#packaging-a-library-on-luarocks}
 
-[Luarocks.org](www.luarocks.org) is the main repository of lua packages.
+[Luarocks.org](https://luarocks.org/) is the main repository of lua packages.
 The site proposes two types of packages, the rockspec and the src.rock
 (equivalent of a [rockspec](https://github.com/luarocks/luarocks/wiki/Rockspec-format) but with the source).
 These packages can have different build types such as `cmake`, `builtin` etc .