From b256ae8f8059b643dbd9a51dcbb40fd121823216 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 11 Jan 2012 08:54:33 -0600 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-newbie.xml | 4 ++-- 1 file 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 @@ While each development environment is unique, there are some best practices or methods that help development run smoothly. The following list describes some of these practices. - For more detailed information about these strategies see - Git Workflows. + For more information about Git workflows, see the workflow topics in the + Git Community Book. Make Small Changes: It is best to keep your changes you commit small as compared to bundling many disparate changes into a single commit.