← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~jugmac00/launchpad:fix-broken-links into launchpad:master

 

Jürgen Gmach has proposed merging ~jugmac00/launchpad:fix-broken-links into launchpad:master.

Commit message:
fix broken links to `create new user` how-to

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~jugmac00/launchpad/+git/launchpad/+merge/415464
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~jugmac00/launchpad:fix-broken-links into launchpad:master.
diff --git a/doc/faq.rst b/doc/faq.rst
index d354ec7..cc7a6a7 100644
--- a/doc/faq.rst
+++ b/doc/faq.rst
@@ -48,10 +48,8 @@ I have Launchpad running but mails are not sent...
 
 Development Launchpads don't send email to the outside world, for obvious
 reasons.  They connect to the local SMTP server and send to root.  To create
-new users, create a new account and check the local mailbox, or check
-:ref:`this FAQ <create-additional-user-accounts-dev-env>`.
-
-.. _create-additional-user-accounts-dev-env:
+new users, create a new account and check the local mailbox, or see
+:doc:`how-to/new-user`.
 
 My database permissions keep getting deleted!
 =============================================
diff --git a/doc/how-to/running.rst b/doc/how-to/running.rst
index 8f3379b..5fa9831 100644
--- a/doc/how-to/running.rst
+++ b/doc/how-to/running.rst
@@ -297,7 +297,7 @@ self-signed certificate.  You can log in as ``admin@xxxxxxxxxxxxx`` without
 a password.  (This is only for development convenience, and assumes that you
 trust machines that can route to your LXD containers; of course a production
 deployment would need real authentication.). If you want to create more user
-accounts, check :ref:`this FAQ <create-additional-user-accounts-dev-env>`.
+accounts, see :doc:`new-user`.
 
 Accessing launchpad.test from a single host over SSH
 ----------------------------------------------------