On Sun, Oct 05, 2025 at 05:18:05PM -0400, Charles wrote:
> Hi, I noticed that on some pages of the OpenBSD site, like:
> 
> + https://www.openbsd.org/mail.html
> + https://www.openbsd.org/openssh/portable.html
> 
> Both use "Github" instead of "GitHub" in some form.
> 
> The correct capitalization is "GitHub", as seen for example by
> going to the bottom of https://github.com/ and seeing
> "GitHub, Inc.".

proposed changes are better sent to tech@ with a diff

A diff for those files and a few more:

Index: 70.html
===================================================================
RCS file: /cvs/www/70.html,v
diff -u -p -r1.95 70.html
--- 70.html     30 Nov 2021 10:30:51 -0000      1.95
+++ 70.html     6 Oct 2025 04:48:27 -0000
@@ -692,7 +692,7 @@ to 7.0.
 
     <li>Portable Improvements
     <ul>
-      <li>Ported continuous integration and test infrastructure to Github 
actions.</li>
+      <li>Ported continuous integration and test infrastructure to GitHub 
actions.</li>
       <li>Added Universal Windows Platform (UWP) build support.</li>
       <li>Fixed mingw-w64 builds on newer versions with missing SSP 
support.</li>
       <li>Added non-executable stack annotations for CMake builds.</li>
Index: openbgpd/mail.html
===================================================================
RCS file: /cvs/www/openbgpd/mail.html,v
diff -u -p -r1.4 mail.html
--- openbgpd/mail.html  13 Jun 2019 07:34:36 -0000      1.4
+++ openbgpd/mail.html  6 Oct 2025 04:56:18 -0000
@@ -28,10 +28,10 @@ with "subscribe users" as the message bo
 
 <p>
 Most development will be done either on
-<a href="https://github.com/openbgpd-portable/openbgpd-portable";>Github</a>
+<a href="https://github.com/openbgpd-portable/openbgpd-portable";>GitHub</a>
 for the portable branch, or on the
 <a 
href="https://lists.openbsd.org/cgi-bin/mj_wwwusr?func=lists-long-full&extra=tech";>OpenBSD
 tech</a> mailing list.
-Bugs should be submitted to either Github or the
+Bugs should be submitted to either GitHub or the
 <a 
href="https://lists.openbsd.org/cgi-bin/mj_wwwusr?func=lists-long-full&extra=bugs";>OpenBSD
 bugs</a> mailing list.
 
 <p>
Index: faq/ports/guide.html
===================================================================
RCS file: /cvs/www/faq/ports/guide.html,v
diff -u -p -r1.111 guide.html
--- faq/ports/guide.html        23 Jul 2024 08:11:54 -0000      1.111
+++ faq/ports/guide.html        6 Oct 2025 04:49:19 -0000
@@ -212,7 +212,7 @@ often missing from "tagged" releases.
 Specify as normal, using something like
 <code>SITES=https://github.com/acct/project/releases/download/relname/</code>
 
-<li>In other cases, files have been tagged but they rely on github's
+<li>In other cases, files have been tagged but they rely on GitHub's
 on-the-fly archive creation.
 These can be specified using the following
 <a href="https://man.openbsd.org/bsd.port.mk";>bsd.port.mk(5)</a> variables:
Index: build/mirrors/openssh-portable.html.head
===================================================================
RCS file: /cvs/www/build/mirrors/openssh-portable.html.head,v
diff -u -p -r1.38 openssh-portable.html.head
--- build/mirrors/openssh-portable.html.head    4 Jun 2025 09:53:40 -0000       
1.38
+++ build/mirrors/openssh-portable.html.head    6 Oct 2025 04:53:46 -0000
@@ -98,7 +98,7 @@ Portable OpenSSH's source tree is also a
 <p>
 This repository is provided and maintained
 by <a href="mailto:[email protected]";>Damien Miller</a>. It is also mirrored at
-<a href="https://github.com/openssh/openssh-portable";>Github</a>.
+<a href="https://github.com/openssh/openssh-portable";>GitHub</a>.
 
 <h2 id="building">Building</h2>
 <p>

Reply via email to