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.