[git commit master 1/1] developing: add anchors

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Fri Dec 17 20:42:23 UTC 2010


commit: http://git.uclibc.org/uClibc-website/commit/?id=85c6a26fee6a9b73e5799c2fd3828f0192cd0c1f
branch: http://git.uclibc.org/uClibc-website/commit/?id=refs/heads/master

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 developing.html |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/developing.html b/developing.html
index cf6b76e..f731465 100644
--- a/developing.html
+++ b/developing.html
@@ -1,7 +1,7 @@
 <!--#include file="header.html" -->
 
 
-<h3>Anonymous Git Access</h3>
+<h3><a name="anon"> Anonymous Git Access</a></h3>
 
 We allow anonymous (read-only) Git access to everyone.  To grab a copy of the
 latest version of uClibc using anonymous git access:
@@ -29,7 +29,7 @@ Because you've only been granted anonymous access to the tree, you won't be
 able to push any changes.
 
 
-<h3>Git Config</h3>
+<h3><a name="config">Git Config</a></h3>
 
 You should make sure to have your git environment properly set up before trying
 to do any sort of patches/commits.  Here is a sample:<br>
@@ -39,7 +39,7 @@ $ git config --global user.email "your.real.email at address.com"
 </pre>
 
 
-<h3>Contributing</h3>
+<h3><a name="contrib">Contributing</a></h3>
 
 So you've made some changes and you would like to contribute them back.  Great!
 The way we handle this is via our <a href="/lists.html">Mailing Lists</a>.
@@ -122,7 +122,7 @@ questions for people
 </pre>
 
 
-<h3>New Developers</h3>
+<h3><a name="new_developer">New Developers</a></h3>
 
 To obtain commit access, you will need to demonstrate you are serious by
 submitting a few good patches first.  This is accomplished via our
@@ -156,7 +156,7 @@ changed from the default "reporter" to "developer" (this allows you to make
 changes to all bug reports).
 
 
-<h3>Committing</h3>
+<h3><a name="committing">Committing</a></h3>
 
 Once you are setup with an account, you will need to use your account to
 checkout a copy of uClibc:
@@ -190,7 +190,7 @@ For additional detail on how to use Git, please see the top of this page for
 helpful links.
 
 
-<h3>Other Services</h3>
+<h3><a name="other_services">Other Services</a></h3>
 
 Now that you have an account on the server, there's a few things you are given
 access to for free.<br>
-- 
1.7.2.2



More information about the uClibc-cvs mailing list