summaryrefslogtreecommitdiffstats
path: root/documentation
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-01-30 16:05:53 +0000
commitb256ae8f8059b643dbd9a51dcbb40fd121823216 (patch)
treee2ff8479b3e248bacf3775c6d0e8bfa4924f810b /documentation
parentfa969ffb592fed05ed55044c190d643fbb3b987e (diff)
downloadpoky-b256ae8f8059b643dbd9a51dcbb40fd121823216.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: 3a21f7454ec04e082d58646eecc1cffe3caa046c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-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 bfc61e17c7..a8eada5b10 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 your changes you commit 492 <listitem><para><emphasis>Make Small Changes:</emphasis> It is best to keep your 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.