diff options
author | TomP <tomp@tomp.uk> | 2020-05-15 14:34:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-15 09:34:47 -0400 |
commit | e7a8da75fa7a0063ac9eba11a0ab120c20b3be07 (patch) | |
tree | 05c53271b9af516d28785d62b1fb49be3560a501 /doc/rtd | |
parent | f23a4c4262ac11cd75c99fcbfbfe453f4e115f18 (diff) | |
download | vyos-cloud-init-e7a8da75fa7a0063ac9eba11a0ab120c20b3be07.tar.gz vyos-cloud-init-e7a8da75fa7a0063ac9eba11a0ab120c20b3be07.zip |
doc/rtd/topics/faq: Updates LXD docs links to current site (#368)
We are longer using lxd.readthedocs.io
Signed-off-by: Thomas Parrott thomas.parrott@canonical.com
Diffstat (limited to 'doc/rtd')
-rw-r--r-- | doc/rtd/topics/faq.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/rtd/topics/faq.rst b/doc/rtd/topics/faq.rst index e3ad64a0..aa1be142 100644 --- a/doc/rtd/topics/faq.rst +++ b/doc/rtd/topics/faq.rst @@ -223,8 +223,8 @@ values or the LXD `Custom Network Configuration`_ document for more about custom network config. .. _LXD: https://linuxcontainers.org/ -.. _Instance Configuration: https://lxd.readthedocs.io/en/latest/instances/ -.. _Custom Network Configuration: https://lxd.readthedocs.io/en/latest/cloud-init/ +.. _Instance Configuration: https://linuxcontainers.org/lxd/docs/master/instances +.. _Custom Network Configuration: https://linuxcontainers.org/lxd/docs/master/cloud-init Where can I learn more? ======================================== |