launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #28424
[Merge] ~jugmac00/launchpad:fix-links-in-setup-documentation into launchpad:master
Jürgen Gmach has proposed merging ~jugmac00/launchpad:fix-links-in-setup-documentation into launchpad:master.
Commit message:
Fix links in setup documentation
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~jugmac00/launchpad/+git/launchpad/+merge/421693
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~jugmac00/launchpad:fix-links-in-setup-documentation into launchpad:master.
diff --git a/doc/how-to/running.rst b/doc/how-to/running.rst
index 39edf9a..cb05598 100644
--- a/doc/how-to/running.rst
+++ b/doc/how-to/running.rst
@@ -248,8 +248,9 @@ Now you should be able to start up Launchpad:
$ make run
This only runs the basic web application. `Codehosting
-<Code/HowToUseCodehostingLocally>`_ and `Soyuz
-<Soyuz/HowToUseSoyuzLocally>`_ require additional steps.
+<https://dev.launchpad.net/Code/HowToUseCodehostingLocally>`_ and `Soyuz
+<https://dev.launchpad.net/Soyuz/HowToUseSoyuzLocally>`_ require additional
+steps.
For subsequent builds, you can just do ``make run`` right away. You don't
need to do ``make schema`` every time, and you should avoid it because it's
Follow ups