From f6d3ca28d948f03319e3074ef07bf6a38c5d1d27 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: 7a2cbe4c45eb9bb53d5ddbc014bd6005c2844d56) 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 1422384e48..ec0aad3bfb 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 the changes you commit small as compared to bundling many disparate changes into a single commit.