~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/user-guide/branching_a_project.txt

  • Committer: Ian Clatworthy
  • Date: 2009-09-09 15:06:00 UTC
  • mto: (4634.37.2 prepare-2.0)
  • mto: This revision was merged to the branch mainline in revision 4689.
  • Revision ID: ian.clatworthy@canonical.com-20090909150600-931um5vqvrqjev2j
Fix the broken links in the User Guide

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
where to put it on your filesystem. For maximum storage
38
38
efficiency down the track, it is recommended that branches
39
39
be created somewhere under a directory that has been set up
40
 
as a shared repository. (See `Feature branches`_ in
41
 
n `Organizing your workspace`_ for a commonly used layout.)
42
 
For example::
 
40
as a shared repository. (See `Feature branches
 
41
<organizing_your_workspace.html#feature-branches>`_ in
 
42
`Organizing your workspace <organizing_your_workspace.html>`_
 
43
for a commonly used layout.) For example::
43
44
 
44
45
  bzr init-repo my-repo
45
46
  cd my-repo