← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~cjwatson/launchpad:doc-update-lxd-links into launchpad:master

 

Colin Watson has proposed merging ~cjwatson/launchpad:doc-update-lxd-links into launchpad:master.

Commit message:
doc: Update LXD links

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/447555
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~cjwatson/launchpad:doc-update-lxd-links into launchpad:master.
diff --git a/doc/explanation/charms.rst b/doc/explanation/charms.rst
index 712279e..8e8f8eb 100644
--- a/doc/explanation/charms.rst
+++ b/doc/explanation/charms.rst
@@ -150,7 +150,7 @@ Workflow
 ========
 
 You can run test deployments using `Juju <https://juju.is/docs/olm>`_ and
-`LXD <https://linuxcontainers.org/lxd/introduction/>`_.
+`LXD <https://documentation.ubuntu.com/lxd/en/latest/>`_.
 
 Each Mojo spec has a ``README.md`` file explaining how to deploy it, and
 that's usually the easiest way to get started.  You should normally use the
diff --git a/doc/how-to/running.rst b/doc/how-to/running.rst
index 7eb4de3..4afe397 100644
--- a/doc/how-to/running.rst
+++ b/doc/how-to/running.rst
@@ -9,7 +9,7 @@ Setting up and running Launchpad
 
 This page explains how to set up and run Launchpad (for development) on your
 own machine, using a `LXD
-<https://linuxcontainers.org/lxd/introduction/>`_-managed container to
+<https://documentation.ubuntu.com/lxd/en/latest/>`_-managed container to
 isolate it from the rest of your system.
 
 After you've done this, you may want to read about
@@ -72,8 +72,8 @@ Create a LXD container
 ======================
 
 This assumes you already have LXD set up.  If not, follow the `instructions
-<https://linuxcontainers.org/lxd/getting-started-cli/>`_ for getting it
-installed and configured on your network.
+<https://documentation.ubuntu.com/lxd/en/latest/getting_started/>`_ for
+getting it installed and configured on your network.
 
 1. If you haven't done so already, run this script to set up LXD to let you
    use your home directory inside the container.  Some developers prefer to