summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/dev-manual/dev-manual-newbie.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml
index d1a5e2fab4..32a843863c 100644
--- a/documentation/dev-manual/dev-manual-newbie.xml
+++ b/documentation/dev-manual/dev-manual-newbie.xml
@@ -688,7 +688,7 @@
688 For example, downloading and unpacking <filename>&YOCTO_POKY_TARBALL;</filename> 688 For example, downloading and unpacking <filename>&YOCTO_POKY_TARBALL;</filename>
689 results in a Source Directory whose top-level folder is named 689 results in a Source Directory whose top-level folder is named
690 <filename>&YOCTO_POKY;</filename>. 690 <filename>&YOCTO_POKY;</filename>.
691 If you create a local copy of the Git repository, then you can name the repository 691 If you create a local copy of the Git repository, you can name the repository
692 anything you like. 692 anything you like.
693 Throughout much of the documentation, <filename>poky</filename> is used as the name of 693 Throughout much of the documentation, <filename>poky</filename> is used as the name of
694 the top-level folder of the local copy of the poky Git repository. 694 the top-level folder of the local copy of the poky Git repository.
@@ -864,8 +864,8 @@
864 It is important to understand that Git tracks content change and not files. 864 It is important to understand that Git tracks content change and not files.
865 Git uses "branches" to organize different development efforts. 865 Git uses "branches" to organize different development efforts.
866 For example, the <filename>poky</filename> repository has 866 For example, the <filename>poky</filename> repository has
867 <filename>bernard</filename>, 867 <filename>denzil</filename>, <filename>danny</filename>,
868 <filename>edison</filename>, <filename>denzil</filename>, <filename>danny</filename> 868 <filename>dylan</filename>, <filename>dora</filename>,
869 and <filename>master</filename> branches among others. 869 and <filename>master</filename> branches among others.
870 You can see all the branches by going to 870 You can see all the branches by going to
871 <ulink url='&YOCTO_GIT_URL;/cgit.cgi/poky/'></ulink> and 871 <ulink url='&YOCTO_GIT_URL;/cgit.cgi/poky/'></ulink> and