From f04a1f60b0e795fd903ff2cdc9279c4fe233e0bd Mon Sep 17 00:00:00 2001 From: Elijah Greenstein Date: Thu, 6 Aug 2026 16:54:01 -0700 Subject: [PATCH] docs: update LXD docs URL LXD docs are now on https://canonical.com/lxd/docs/ Signed-off-by: Elijah Greenstein --- docs/how-to/set-up-snapcraft.rst | 2 +- docs/reference/build-environment-options.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/how-to/set-up-snapcraft.rst b/docs/how-to/set-up-snapcraft.rst index 979a1a7d6e..76b030b38c 100644 --- a/docs/how-to/set-up-snapcraft.rst +++ b/docs/how-to/set-up-snapcraft.rst @@ -117,7 +117,7 @@ Finally, initialize LXD with a lightweight configuration: sudo lxd init --auto If you need help troubleshooting your LXD installation, see `How to install LXD -`_ in the LXD +`_ in the LXD documentation. diff --git a/docs/reference/build-environment-options.rst b/docs/reference/build-environment-options.rst index 63daa35f8e..808df70042 100644 --- a/docs/reference/build-environment-options.rst +++ b/docs/reference/build-environment-options.rst @@ -21,7 +21,7 @@ Snapcraft can optionally use the following arguments to modify the build environ - See :ref:`destructive mode `. * - ``--use-lxd`` - - Builds the snap using `LXD `_ + - Builds the snap using `LXD `_ rather than Multipass. This can potentially reduce resource usage, especially from a VM. - Requires LXD. For more information, see :ref:`how-to-select-a-build-provider`.