summaryrefslogtreecommitdiffstats
path: root/handbook/introduction.xml
diff options
context:
space:
mode:
Diffstat (limited to 'handbook/introduction.xml')
-rw-r--r--handbook/introduction.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/handbook/introduction.xml b/handbook/introduction.xml
index 7de74673fb..7697bcd0cc 100644
--- a/handbook/introduction.xml
+++ b/handbook/introduction.xml
@@ -289,7 +289,7 @@ $ poky-qemu <kernel> <image>
289 We make nightly builds of Poky for testing purposes and to make the 289 We make nightly builds of Poky for testing purposes and to make the
290 latest developments available. The output from these builds is available 290 latest developments available. The output from these builds is available
291 at <ulink url='http://pokylinux.org/autobuild/'/> 291 at <ulink url='http://pokylinux.org/autobuild/'/>
292 where the numbers represent the svn revision the builds were made from. 292 where the numbers increase for each subsequent build and can be used to reference it.
293 </para> 293 </para>
294 294
295 <para> 295 <para>
@@ -308,13 +308,13 @@ $ poky-qemu &lt;kernel&gt; &lt;image&gt;
308 <title>Development Checkouts</title> 308 <title>Development Checkouts</title>
309 309
310 <para> 310 <para>
311 Poky is available from our SVN repository located at 311 Poky is available from our GIT repository located at
312 http://svn.o-hand.com/repos/poky/trunk; a web interface to the repository 312 git://git.pokylinux.org/poky.git; a web interface to the repository
313 can be accessed at <ulink url='http://svn.o-hand.com/view/poky/'/>. 313 can be accessed at <ulink url='http://git.pokylinux.org/'/>.
314 </para> 314 </para>
315 315
316 <para> 316 <para>
317 'trunk' is where the deveopment work takes place and you should use this if you're 317 The 'master' is where the deveopment work takes place and you should use this if you're
318 after to work with the latest cutting edge developments. It is possible trunk 318 after to work with the latest cutting edge developments. It is possible trunk
319 can suffer temporary periods of instability while new features are developed and 319 can suffer temporary periods of instability while new features are developed and
320 if this is undesireable we recommend using one of the release branches. 320 if this is undesireable we recommend using one of the release branches.