From 1132b2ce31fb0f5f3196fb14776e8a64fe2d5695 Mon Sep 17 00:00:00 2001 From: d1r3ct0r Date: Tue, 25 Apr 2023 20:19:02 +0300 Subject: docs: update network configuration path links (#2140) Updating the links to the paths in the codebase for the various network configuration examples --- doc/rtd/reference/network-config.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/rtd/reference/network-config.rst b/doc/rtd/reference/network-config.rst index ea331f1c..f7289c25 100644 --- a/doc/rtd/reference/network-config.rst +++ b/doc/rtd/reference/network-config.rst @@ -64,7 +64,7 @@ Disabling network activation Some datasources may not be initialised until after the network has been brought up. In this case, ``cloud-init`` will attempt to bring up the interfaces specified by the datasource metadata using a network activator -discovered by `cloudinit.net.activators.select_activators`_. +discovered by `cloudinit.net.activators.select_activator`_. This behaviour can be disabled in the ``cloud-init`` configuration dictionary, merged from :file:`/etc/cloud/cloud.cfg` and @@ -325,5 +325,5 @@ Example output: .. _SmartOS JSON Metadata: https://eng.joyent.com/mdata/datadict.html .. _UpCloud JSON metadata: https://developers.upcloud.com/1.3/8-servers/#metadata-service .. _Vultr JSON metadata: https://www.vultr.com/metadata/ -.. _cloudinit.net.activators.select_activators: https://github.com/canonical/cloud-init/blob/main/cloudinit/net/activators.py#L279 -.. _FreeBSD.start_services: https://github.com/canonical/cloud-init/blob/main/cloudinit/net/freebsd.py#L28 +.. _cloudinit.net.activators.select_activator: https://github.com/canonical/cloud-init/blob/main/cloudinit/net/activators.py#L249 +.. _FreeBSD.start_services: https://github.com/canonical/cloud-init/blob/main/cloudinit/net/freebsd.py#L46 -- cgit v1.2.1