Module: Mesa Branch: master Commit: 54b7a1f17599883c6a2aa78b9d6669c3b00ec55b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=54b7a1f17599883c6a2aa78b9d6669c3b00ec55b
Author: Erik Faye-Lund <[email protected]> Date: Thu Jun 6 11:01:54 2019 +0200 docs: add accidentally dropped "at" When rewriting 20c56e18c21 after review, I accidentally dropped the "at" here. Sorry for that, and let's fix it up! Signed-off-by: Erik Faye-Lund <[email protected]> Fixes: 20c56e18c21 ("docs: use proper links instead of code-tags") Reviewed-by: Eric Engestrom <[email protected]> --- docs/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/index.html b/docs/index.html index d32a04e13cf..ff693c2a551 100644 --- a/docs/index.html +++ b/docs/index.html @@ -2548,7 +2548,7 @@ ftp, and CVS services aren't fully restored yet. Please be patient.</p> <p>-Brian</p> <h2>June 7, 1999</h2> -<p>RPMS of the nVidia RIVA server can be found +<p>RPMS of the nVidia RIVA server can be found at <a href="ftp://ftp.mesa3d.org/mesa/misc/nVidia/"> ftp://ftp.mesa3d.org/mesa/misc/nVidia/</a>.</p> @@ -2560,14 +2560,14 @@ based on Mesa 3.0. They can be downloaded from https://www.nvidia.com/Products.nsf/htmlmedia/software_drivers.html</a>.</p> <h2>May 24, 1999</h2> -<p>Beta 2 of Mesa 3.1 has been make available +<p>Beta 2 of Mesa 3.1 has been make available at <a href="ftp://ftp.mesa3d.org/mesa/beta/">ftp://ftp.mesa3d.org/mesa/beta/</a>. If you are into the quake scene, you may want to try this out, as it contains some optimizations specifically in the Q3A rendering path. <h2>May 13, 1999</h2> <p>For those interested in the integration of Mesa into XFree86 4.0, Precision Insight -has posted their lowlevel design documents +has posted their lowlevel design documents at <a href="http://www.precisioninsight.com">www.precisioninsight.com</a>.</p> <h2>May 13, 1999</h2> _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
