diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2007-12-14 09:59:16 -0800 |
---|---|---|
committer | Dan Nicholson <dbn.lists@gmail.com> | 2007-12-18 22:13:46 -0800 |
commit | f71032b7e257401959428c3498d687ca199c9c03 (patch) | |
tree | 34866232558825007f72f7b37521c8b00b2704ea /docs | |
parent | d2d82f8a29d3698313956739a7d20704a62c6925 (diff) |
docs: Fix links in contribute section
The contribute section had a broken hyperlink, masking the mailing list
text.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/faq.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/faq.html b/docs/faq.html index 89496c840..686b8f34e 100644 --- a/docs/faq.html +++ b/docs/faq.html @@ -342,12 +342,12 @@ will fix the problem. <h2>4.1 How can I contribute?</a></h2> <p> -First, join the <a href="http://www.mesa3d.org/lists.html>Mesa3d-dev +First, join the <a href="http://www.mesa3d.org/lists.html">Mesa3d-dev mailing list</a>. That's where Mesa development is discussed. -</a></p> +</p> <p> -The </a><a href="http://www.opengl.org/documentation" target="_parent"> +The <a href="http://www.opengl.org/documentation" target="_parent"> OpenGL Specification</a> is the bible for OpenGL implemention work. You should read it. </p> |