From: Fred Drake Date: Thu, 6 Sep 2001 19:23:03 +0000 (+0000) Subject: Update link to the PyOpenGL project in the "gl" module docs. X-Git-Tag: v2.2a3~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=05a73b1f9a128afd1876ffc5e2371e0d4561983f;p=python Update link to the PyOpenGL project in the "gl" module docs. This closes SF bug #459256. --- diff --git a/Doc/lib/libgl.tex b/Doc/lib/libgl.tex index 615504a689..cf51651cfb 100644 --- a/Doc/lib/libgl.tex +++ b/Doc/lib/libgl.tex @@ -189,12 +189,14 @@ main() \begin{seealso} - \seetext{An interface to OpenGL\index{OpenGL} is also available; see - information about David Ascher's\index{Ascher, David} - \strong{PyOpenGL}\index{PyOpenGL} online at - \url{http://starship.python.net/crew/da/PyOpenGL/}. This may - be a better option if support for SGI hardware from before about - 1996 is not required.} + \seetitle[http://pyopengl.sourceforge.net/] + {PyOpenGL: The Python OpenGL Binding} + {An interface to OpenGL\index{OpenGL} is also available; + see information about the + \strong{PyOpenGL}\index{PyOpenGL} project online at + \url{http://pyopengl.sourceforge.net/}. This may be a + better option if support for SGI hardware from before + about 1996 is not required.} \end{seealso}