Date: Sun, 10 Jan 2021 11:58:23 GMT From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: 3b4e46a064 - main - Fix links in support/webresources Message-ID: <202101101158.10ABwNEU072191@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by lwhsu (ports, src committer): URL: https://cgit.FreeBSD.org/doc/commit/?id=3b4e46a06446ee74cc7705a870f46e41b0bb60e5 commit 3b4e46a06446ee74cc7705a870f46e41b0bb60e5 Author: Li-Wen Hsu <lwhsu@FreeBSD.org> AuthorDate: 2021-01-10 11:58:00 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2021-01-10 11:58:00 +0000 Fix links in support/webresources - O'Reilly & Associates, Inc. is renamed to O'Reilly Media, Inc. [1] - URL of WINE has been changed - Use https if appliable [1] https://www.oreilly.com/pub/pr/1168 Differential Revision: https://reviews.freebsd.org/D28079 Approved by: ygy --- en_US.ISO8859-1/htdocs/support/webresources.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/en_US.ISO8859-1/htdocs/support/webresources.xml b/en_US.ISO8859-1/htdocs/support/webresources.xml index 6865d7a4fc..a33e7b7541 100644 --- a/en_US.ISO8859-1/htdocs/support/webresources.xml +++ b/en_US.ISO8859-1/htdocs/support/webresources.xml @@ -27,7 +27,7 @@ <ul> <li><a href="http://www.ugu.com/">Unix Guru Universe</a></li> - <li><a href="https://www.ora.com/">O'Reilly & Associates, Inc.</a></li> + <li><a href="https://www.oreilly.com/">O'Reilly Media, Inc.</a></li> </ul> <a name="xwin"></a> @@ -40,7 +40,7 @@ users of a variety of &unix; systems, including &os;, with an excellent X Window system.</li> - <li>The <a href="https://www.winehq.com/">WINE</a> project is working to + <li>The <a href="https://www.winehq.org/">WINE</a> project is working to provide the ability to run Microsoft Windows® software on Intel based UNIX systems such as FreeBSD, NetBSD and Linux.</li> </ul> @@ -58,11 +58,11 @@ <li><a href="https://www.kernel.org/"><strong>Linux</strong></a> is another free &unix; like system.</li> - <li><a href="http://www.cs.utah.edu/flux/lites/html/"><strong>Lites</strong></a> + <li><a href="https://www.cs.utah.edu/flux/lites/html/"><strong>Lites</strong></a> is a 4.4BSD Lite based server and emulation library that provides free &unix; functionality to a Mach based system.</li> - <li>The <a href="http://www.gnu.org/software/hurd/hurd.html"><strong>GNU + <li>The <a href="https://www.gnu.org/software/hurd/hurd.html"><strong>GNU Hurd</strong></a> project is another effort to develop a free &unix; like operating system.</li>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101101158.10ABwNEU072191>