[cygwin-apps htdocs - The cygwin-apps website files] branch master, updated. b07e1c0cb3aade3b92bc45798b994fffc40aa9ce

Jon Turney jturney@sourceware.org
Sun Mar 5 14:54:54 GMT 2023




https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/apps-htdocs.git;h=b07e1c0cb3aade3b92bc45798b994fffc40aa9ce

commit b07e1c0cb3aade3b92bc45798b994fffc40aa9ce
Author: Jon Turney <jon.turney@dronecode.org.uk>
Date:   Sun Mar 5 14:51:29 2023 +0000

    gitweb -> cgit


Diff:
---
 index.html | 4 ++--
 setup.html | 8 +++-----
 2 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/index.html b/index.html
index e1a3974..1a5a8df 100644
--- a/index.html
+++ b/index.html
@@ -14,8 +14,8 @@
 <div id="main">
 <h2>This page acts as a reference for the various projects hosted in the cygwin-apps git repositories.</h2>
 
-<p>The list of cygwin-apps projects under git control is available via gitweb:<br>
-<a href="https://cygwin.com/git/cygwin-apps/">https://cygwin.com/git/cygwin-apps/</a>
+<p>The list of cygwin-apps projects under git control is available via cgit:<br>
+<a href="https://cygwin.com/cgit/cygwin-apps">https://cygwin.com/cgit/cygwin-apps</a>
 </p>
 
 <p>Check out the sources like this:
diff --git a/setup.html b/setup.html
index 53242f5..4d695d8 100644
--- a/setup.html
+++ b/setup.html
@@ -33,8 +33,8 @@ Getting the source code from git and building
 </a>
 </h2>
 <p><tt>setup</tt> source code is available via git.  The sources can be
-<a href="https://cygwin.com/git/gitweb.cgi?p=cygwin-apps/setup.git">
-viewed</a> using gitweb.
+<a href="https://cygwin.com/cgit/cygwin-apps/setup/">
+viewed</a> using cgit.
 </p>
 
 <p>For development, check out the sources like this:
@@ -52,9 +52,7 @@ git remote set-url origin --push ssh://<i>username</i>@cygwin.com/git/cygwin-app
 </p>
 
 <p>For instructions on how to build <tt>setup</tt>, see the
-<tt><a
-    href="https://cygwin.com/git/gitweb.cgi?p=cygwin-apps/setup.git;a=blob_plain;f=README;hb=HEAD"
-    >README</a></tt>
+  <tt><a href="https://cygwin.com/cgit/cygwin-apps/setup/tree/README">README</a></tt>
 file included in its source.</p>
 
 </div>



More information about the Cygwin-apps-cvs mailing list