aboutsummaryrefslogtreecommitdiff
path: root/re.html
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2026-04-03 12:57:39 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2026-04-03 12:57:39 -0300
commit089112f883540c4434e9e8e96de50a75f2b15f7e (patch)
tree9b53e70dffe3b524a42f103914002d0474f3c14c /re.html
parent1cc484a05cf9c7da8c859f3f52ea5a85009c4509 (diff)
downloadlpeg-master.tar.gz
lpeg-master.tar.bz2
lpeg-master.zip
Added 'https' to URLs in the doc filesHEADmaster
Diffstat (limited to '')
-rw-r--r--re.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/re.html b/re.html
index c8d1bc8..5807912 100644
--- a/re.html
+++ b/re.html
@@ -4,7 +4,7 @@
4<head> 4<head>
5 <title>LPeg.re - Regex syntax for LPEG</title> 5 <title>LPeg.re - Regex syntax for LPEG</title>
6 <link rel="stylesheet" 6 <link rel="stylesheet"
7 href="//www.inf.puc-rio.br/~roberto/lpeg/doc.css" 7 href="https://www.inf.puc-rio.br/~roberto/lpeg/doc.css"
8 type="text/css"/> 8 type="text/css"/>
9 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> 9 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
10</head> 10</head>
@@ -15,7 +15,7 @@
15 15
16<div id="product"> 16<div id="product">
17 <div id="product_logo"> 17 <div id="product_logo">
18 <a href="//www.inf.puc-rio.br/~roberto/lpeg/"> 18 <a href="https://www.inf.puc-rio.br/~roberto/lpeg/">
19 <img alt="LPeg logo" src="lpeg-128.gif"/> 19 <img alt="LPeg logo" src="lpeg-128.gif"/>
20 </a> 20 </a>
21 </div> 21 </div>