Diff:
---
 cg/documentation-obtaining-source.xml | 2 +-
 cg/website.xml                        | 6 +++---
 faq/porting.xml                       | 6 +++---
 ug/using.xml                          | 6 ------
 version                               | 2 +-
 5 files changed, 8 insertions(+), 14 deletions(-)

diff --git a/cg/documentation-obtaining-source.xml 
b/cg/documentation-obtaining-source.xml
index 4676049..c03ca77 100644
--- a/cg/documentation-obtaining-source.xml
+++ b/cg/documentation-obtaining-source.xml
@@ -30,7 +30,7 @@ You should now have the sources in a directory called 
xorg-doc.
 
 <para>
 If you just want to look at the Cygwin/X documentation source, use the
-<ulink url="http://sourceware.org/git/gitweb.cgi?p=cygwin-apps/xorg-doc.git";>
+<ulink url="https://cygwin.com/cgit/cygwin-apps/xorg-doc/";>
 web interface to the Cygwin/X documentation tree</ulink>.
 </para>
 </sect2>
diff --git a/cg/website.xml b/cg/website.xml
index 666f194..a81bb38 100644
--- a/cg/website.xml
+++ b/cg/website.xml
@@ -2,8 +2,8 @@
 <title>&title-web;</title>
 
 <para>
-The Cygwin/X web site is stored in sourceware.org <command>git</command>.
-The repository is <literal>git://sourceware.org/git/cygwin-htdocs.git</literal>
+The Cygwin/X web site is stored in cygwin.com <command>git</command>.
+The repository is <literal>git://cygwin.com/git/cygwin-htdocs.git</literal>
 and the path is <filename>htdocs/xfree/</filename>
 </para>
 
@@ -18,7 +18,7 @@ the cygwin-x-doc sources is to build the documentation, then 
install it into a
 
 <screen>
 $ cd path-to-website-checkout
-$ git clone ssh://[email protected]/git/cygwin-htdocs.git
+$ git clone ssh://[email protected]/git/cygwin-htdocs.git
 $ cd path-to-cygwin-x-doc-checkout
 $ ./configure --enable-hardcopy 
--with-docdir=path-to-website-checkout/htdocs/xfree/docs
 $ make
diff --git a/faq/porting.xml b/faq/porting.xml
index b810d15..2c001fc 100644
--- a/faq/porting.xml
+++ b/faq/porting.xml
@@ -94,7 +94,7 @@ the desired header:</para>
 
 <qandaentry>
 <question id="q-opengl-link-problems">
-<para>Problems linking OpenGL applications? Undefined reference to 
_gl<emphasis>something</emphasis>?</para>
+<para>Problems building or linking OpenGL applications? Undefined reference to 
_gl<emphasis>something</emphasis>?</para>
 </question>
 
 <answer>
@@ -115,7 +115,7 @@ OpenGL graphics directly through the native Windows 
interface (Win32) without an
 <listitem>
 <para>
 headers in /usr/include/GL, libraries (-lglut -lglu -lgl) from the Mesa libGL 
packages
-(libGL-devel, libGL1, libGLU-devel, libGLU1, libglut-devel, libglut3, freeglut)
+(libGL-devel, libGL1, libGLU-devel, libGLU1, libglut-devel, libglut3)
 which are for displaying OpenGL graphics through an X server.
 </para>
 </listitem>
@@ -123,7 +123,7 @@ which are for displaying OpenGL graphics through an X 
server.
 </orderedlist>
 
 <para>
-These are incompatible, even the headers (as the native OpenGL API has the 
stdcall calling convention on x86),
+These are incompatible, even the headers (e.g. the native OpenGL API has the 
stdcall calling convention on x86),
 so you must exercise care if you have both sets of devel packages installed.  
An application must be built using only one of these.
 </para>
 
diff --git a/ug/using.xml b/ug/using.xml
index 4ceda5a..6d32747 100644
--- a/ug/using.xml
+++ b/ug/using.xml
@@ -115,12 +115,6 @@ Full documentation for <command>startxwin</command> can be 
read with
     Several X desktop environments are packaged for Cygwin.
   </para>
   <itemizedlist>
-    <listitem>
-      <para>GNOME Flashback Desktop Environment: install the 
<filename>gnome-flashback</filename> package</para>
-    </listitem>
-    <listitem>
-      <para>KDE Plasma Desktop Environment: install the 
<filename>kde-workspace</filename> package</para>
-    </listitem>
     <listitem>
       <para>LXDE Desktop Environment: install the 
<filename>lxde-common</filename> package</para>
     </listitem>
diff --git a/version b/version
index ac1301f..762f0a8 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-20230218
+20260109

Reply via email to