summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authord1r3ct0r <calvin.mwadime@canonical.com>2023-04-25 20:19:02 +0300
committerGitHub <noreply@github.com>2023-04-25 12:19:02 -0500
commit1132b2ce31fb0f5f3196fb14776e8a64fe2d5695 (patch)
treebf6f0a7fd726e656602d1a8b5e0bb042fd04b4f2
parent6e380dd68c32555d54f6ecbd9adff0b3248b679d (diff)
downloadcloud-init-git-1132b2ce31fb0f5f3196fb14776e8a64fe2d5695.tar.gz
docs: update network configuration path links (#2140)
Updating the links to the paths in the codebase for the various network configuration examples
-rw-r--r--doc/rtd/reference/network-config.rst6
1 files 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