From 905f3d774d13df6801b8807d50a85d41cf3b191b Mon Sep 17 00:00:00 2001 From: Zhiwei Liang Date: Tue, 8 Aug 2023 14:25:03 -0400 Subject: [PATCH] Update doc links --- doc/topics/cloud/linode.rst | 2 +- salt/cloud/clouds/linode.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/topics/cloud/linode.rst b/doc/topics/cloud/linode.rst index e96a413ad8c..8dcbe0a5589 100644 --- a/doc/topics/cloud/linode.rst +++ b/doc/topics/cloud/linode.rst @@ -150,7 +150,7 @@ Migrating to APIv4 Linode APIv3 has been removed, and APIv4 is the only available version. When switching to APIv4, you will also need to generate a new token. See -`here `_ +`here `_ for more information. Notable Changes diff --git a/salt/cloud/clouds/linode.py b/salt/cloud/clouds/linode.py index 46302983163..ae39c2fa5a1 100644 --- a/salt/cloud/clouds/linode.py +++ b/salt/cloud/clouds/linode.py @@ -70,7 +70,7 @@ Set up a profile configuration in ``/etc/salt/cloud.profiles.d/``: Migrating to APIv4 ------------------ -You will need to generate a new token for your account. See https://www.linode.com/docs/platform/api/getting-started-with-the-linode-api/#create-an-api-token +You will need to generate a new token for your account. See https://www.linode.com/docs/products/tools/api/get-started/#create-an-api-token There are a few changes to note: - There has been a general move from label references to ID references. The profile configuration parameters ``location``, ``size``, and ``image`` have moved from being label based references to IDs. See the profile section for more information. In addition to these inputs being changed, ``avail_sizes``, ``avail_locations``, and ``avail_images`` now output options sorted by ID instead of label.