summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMike Pall <mike>2020-10-12 16:11:32 +0200
committerMike Pall <mike>2020-10-12 16:11:32 +0200
commit050466552bf7eb8b7944aa52c93b45326ae14d7a (patch)
treef92ad9dd6963ffc3168ea46bed892894adcc7339 /etc
parent5c46f47736f7609be407c88d531ecd1689d40a79 (diff)
downloadluajit2-050466552bf7eb8b7944aa52c93b45326ae14d7a.tar.gz
Minor changes and https-ify links.
Diffstat (limited to 'etc')
-rw-r--r--etc/luajit.16
-rw-r--r--etc/luajit.pc2
2 files changed, 4 insertions, 4 deletions
diff --git a/etc/luajit.1 b/etc/luajit.1
index 2071c155..82097094 100644
--- a/etc/luajit.1
+++ b/etc/luajit.1
@@ -6,7 +6,7 @@ luajit \- Just-In-Time Compiler for the Lua Language
.B luajit
[\fIoptions\fR]... [\fIscript\fR [\fIargs\fR]...]
.SH "WEB SITE"
-.IR http://luajit.org
+.IR https://luajit.org
.SH DESCRIPTION
.PP
This is the command-line program to run Lua programs with \fBLuaJIT\fR.
@@ -80,9 +80,9 @@ Runs some nested loops and shows the resulting traces.
.SH SEE ALSO
.PP
More details in the provided HTML docs or at:
-.IR http://luajit.org
+.IR https://luajit.org
.br
More about the Lua language can be found at:
-.IR http://lua.org/docs.html
+.IR https://lua.org/docs.html
.PP
lua(1)
diff --git a/etc/luajit.pc b/etc/luajit.pc
index 36840ab8..9bac3a8b 100644
--- a/etc/luajit.pc
+++ b/etc/luajit.pc
@@ -17,7 +17,7 @@ INSTALL_CMOD=${prefix}/${multilib}/lua/${abiver}
Name: LuaJIT
Description: Just-in-time compiler for Lua
-URL: http://luajit.org
+URL: https://luajit.org
Version: ${version}
Requires:
Libs: -L${libdir} -l${libname}