changeset 492:0cd22a550a68

about: replace OpenJDK repository example by nginx repository OpenJDK does not use Mercurial anymore and nginx uses it.
author "Stephane" <stephane@yaal.fr>
date Mon, 12 Oct 2020 17:07:26 +0200
parents 41f9cfdb69e6
children 5284da57c604
files templates/about/index.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/templates/about/index.html	Sun Jul 26 05:05:34 2020 +0200
+++ b/templates/about/index.html	Mon Oct 12 17:07:26 2020 +0200
@@ -12,7 +12,7 @@
 
 <h2>Fast</h2>
 
-<p>Mercurial's implementation and data structures are designed to be fast. You can generate diffs between revisions, or jump back in time within seconds. Therefore Mercurial is perfectly suitable for large projects such as OpenJDK (<a href="http://hg.openjdk.java.net/jdk7/jdk7">hg</a>) or NetBeans (<a href="http://hg.netbeans.org/">hg</a>).</p>
+<p>Mercurial's implementation and data structures are designed to be fast. You can generate diffs between revisions, or jump back in time within seconds. Therefore Mercurial is perfectly suitable for large projects such as nginx (<a href="http://hg.nginx.org/nginx/">hg</a>) or NetBeans (<a href="http://hg.netbeans.org/">hg</a>).</p>
 
 <h2>Platform independent</h2>