summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-01-11 08:54:33 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-08 12:07:37 -0800
commitf6d3ca28d948f03319e3074ef07bf6a38c5d1d27 (patch)
tree92bc5e9a805f8db0e83ef127c03aa9498070fe94 /documentation/dev-manual
parenta5f400cd93e297253464f981ca6fa1dab903a4f7 (diff)
downloadpoky-f6d3ca28d948f03319e3074ef07bf6a38c5d1d27.tar.gz
documentation/dev-manual/dev-manual-newbie.xml: fixed broken link
there was a link to some Git documentation referencing workflows that apparently had gone stale. I replaced the reference with a link to the Git Community Book. (From yocto-docs rev: 7a2cbe4c45eb9bb53d5ddbc014bd6005c2844d56) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-newbie.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml
index 1422384e48..ec0aad3bfb 100644
--- a/documentation/dev-manual/dev-manual-newbie.xml
+++ b/documentation/dev-manual/dev-manual-newbie.xml
@@ -486,8 +486,8 @@
486 While each development environment is unique, there are some best practices or methods 486 While each development environment is unique, there are some best practices or methods
487 that help development run smoothly. 487 that help development run smoothly.
488 The following list describes some of these practices. 488 The following list describes some of these practices.
489 For more detailed information about these strategies see 489 For more information about Git workflows, see the workflow topics in the
490 <ulink url='http://www.kernel.org/pub/software/scm/git/docs/gitworkflows.html'>Git Workflows</ulink>. 490 <ulink url='http://book.git-scm.com'>Git Community Book</ulink>.
491 <itemizedlist> 491 <itemizedlist>
492 <listitem><para><emphasis>Make Small Changes:</emphasis> It is best to keep the changes you commit 492 <listitem><para><emphasis>Make Small Changes:</emphasis> It is best to keep the changes you commit
493 small as compared to bundling many disparate changes into a single commit. 493 small as compared to bundling many disparate changes into a single commit.