A minor patch that makes canonical links match their actual page URLs.

Index: ddb.html
===================================================================
RCS file: /cvs/www/ddb.html,v
retrieving revision 1.22
diff -u -r1.22 ddb.html
--- ddb.html    3 Feb 2021 22:52:03 -0000       1.22
+++ ddb.html    13 Mar 2021 18:36:34 -0000
@@ -6,7 +6,7 @@
 <meta name="description" content="How to report an OpenBSD kernel crash">
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <link rel="stylesheet" type="text/css" href="openbsd.css">
-<link rel="canonical" href="https://www.openbsd.org/report.html";>
+<link rel="canonical" href="https://www.openbsd.org/ddb.html";>
 <style>
 h3, h4 {
        color: var(--blue);
Index: openssh/list.html
===================================================================
RCS file: /cvs/www/openssh/list.html,v
retrieving revision 1.32
diff -u -r1.32 list.html
--- openssh/list.html   12 Jun 2019 07:49:48 -0000      1.32
+++ openssh/list.html   13 Mar 2021 18:36:34 -0000
@@ -5,7 +5,7 @@
 <title>OpenSSH: Mailing Lists</title>
 <meta name="description" content="OpenSSH mailing lists">
 <meta name="viewport" content="width=device-width, initial-scale=1">
-<link rel="canonical" href="https://www.openssh.com/lists.html";>
+<link rel="canonical" href="https://www.openssh.com/list.html";>
 <link rel="stylesheet" type="text/css" href="openbsd.css">
 
 <h2 id=OpenBSD>
Index: openssh/specs.html
===================================================================
RCS file: /cvs/www/openssh/specs.html,v
retrieving revision 1.59
diff -u -r1.59 specs.html
--- openssh/specs.html  6 Oct 2020 09:46:35 -0000       1.59
+++ openssh/specs.html  13 Mar 2021 18:36:34 -0000
@@ -5,7 +5,7 @@
 <title>OpenSSH: Specifications</title>
 <meta name="description" content="the OpenSSH specifications page">
 <meta name="viewport" content="width=device-width, initial-scale=1">
-<link rel="canonical" href="https://www.openssh.com/security.html";>
+<link rel="canonical" href="https://www.openssh.com/specs.html";>
 <link rel="stylesheet" type="text/css" href="openbsd.css">
 
 <h2 id=OpenBSD>

Reply via email to