Skip to content

Commit 5d925f7

Browse files
committed
Fix API changelog links
1 parent f5e4005 commit 5d925f7

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

src/content/changelog/4-81-0-2020-12-02.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ changelog:
1010

1111
- A bug was fixed to allow preservation of URL parameters for service monitor addresses set at the following endpoints:
1212

13-
- [Managed Service Create](/docs/api/managed/#managed-service-create) (POST /managed/services)
14-
- [Managed Service Update](/docs/api/managed/#managed-service-update) (PUT /managed/services/{serviceId})
13+
- [Managed Service Create](https://linode.com/docs/api/managed/#managed-service-create) (POST /managed/services)
14+
- [Managed Service Update](https://linode.com/docs/api/managed/#managed-service-update) (PUT /managed/services/{serviceId})
1515

16-
- [OAuth Reference](/docs/api/#oauth-reference) has been updated to include Firewall, Maintenance, and Object Storage security scopes.
16+
- [OAuth Reference](https://linode.com/docs/api/#oauth-reference) has been updated to include Firewall, Maintenance, and Object Storage security scopes.
1717

18-
- The `x-linode-grant` for the [Event Mark as Seen](/docs/api/account/#event-mark-as-seen) (POST /account/events/{eventId}/seen) endpoint has been corrected to `read_only`. Previously, it was stated as `read_write`.
18+
- The `x-linode-grant` for the [Event Mark as Seen](https://linode.com/docs/api/account/#event-mark-as-seen) (POST /account/events/{eventId}/seen) endpoint has been corrected to `read_only`. Previously, it was stated as `read_write`.
1919

20-
- The OAuth scope for the [Firewalls List](/docs/api/networking/#firewalls-list) (GET /networking/firewalls) endpoint has been correct to `firewall:read_only`. Previously, it was stated as `firewalls:read_only`.
20+
- The OAuth scope for the [Firewalls List](https://linode.com/docs/api/networking/#firewalls-list) (GET /networking/firewalls) endpoint has been correct to `firewall:read_only`. Previously, it was stated as `firewalls:read_only`.

src/content/changelog/4-82-0-2020-12-15.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ changelog:
1010

1111
- A bug was fixed to reject leading zeroes on ports set in Firewalls inbound and outbound rules. The following endpoints have been updated to reflect this new exclusion:
1212

13-
- [Firewall Create](/docs/api/networking/#firewall-create) (POST /networking/firewalls)
14-
- [Firewall Update](/docs/api/networking/#firewall-update) (PUT /networking/firewalls/{firewallId})
15-
- [Firewall Rules Update](/docs/api/networking/#firewall-rules-update) (PUT /networking/firewalls/{firewallId}/rules)
13+
- [Firewall Create](https://linode.com/docs/api/networking/#firewall-create) (POST /networking/firewalls)
14+
- [Firewall Update](https://linode.com/docs/api/networking/#firewall-update) (PUT /networking/firewalls/{firewallId})
15+
- [Firewall Rules Update](https://linode.com/docs/api/networking/#firewall-rules-update) (PUT /networking/firewalls/{firewallId}/rules)
1616

17-
- The [Object Storage Object ACL Config Update](/docs/api/object-storage/#object-storage-object-acl-config-update) (PUT /object-storage/buckets/{clusterId}/{bucket}/object-acl) endpoint previously specified the object `name` as a query parameter. This was corrected to specify the object `name` in the request body.
17+
- The [Object Storage Object ACL Config Update](https://linode.com/docs/api/object-storage/#object-storage-object-acl-config-update) (PUT /object-storage/buckets/{clusterId}/{bucket}/object-acl) endpoint previously specified the object `name` as a query parameter. This was corrected to specify the object `name` in the request body.
1818

1919
- The following endpoints were corrected to include `page`, `pages`, and `results` in their response objects:
20-
- [User Logins List All](/docs/api/account/#user-logins-list-all) (GET /account/logins)
21-
- [Logins List](/docs/api/profile/#logins-list) (GET /profile/logins)
20+
- [User Logins List All](https://linode.com/docs/api/account/#user-logins-list-all) (GET /account/logins)
21+
- [Logins List](https://linode.com/docs/api/profile/#logins-list) (GET /profile/logins)

src/content/changelog/4-83-0-2021-01-11.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ changelog:
88

99
### Added
1010

11-
- The LKE [Kubernetes Cluster Recycle](/docs/api/linode-kubernetes-engine-lke/#kubernetes-cluster-recycle) (POST /lke/clusters/{clusterId}/recycle) endpoint can now be used to recycle all of the Nodes in a Kubernetes cluster. Replacement Nodes are installed with the latest available patch for the Cluster's Kubernetes Version.
11+
- The LKE [Kubernetes Cluster Recycle](https://linode.com/docs/api/linode-kubernetes-engine-lke/#kubernetes-cluster-recycle) (POST /lke/clusters/{clusterId}/recycle) endpoint can now be used to recycle all of the Nodes in a Kubernetes cluster. Replacement Nodes are installed with the latest available patch for the Cluster's Kubernetes Version.
1212

13-
- The LKE [Node View](/docs/api/linode-kubernetes-engine-lke/#node-view) (GET /lke/clusters/{clusterID}/nodes/{nodeId}) endpoint can now be used to view the details of an individual Node within a Kubernetes cluster.
13+
- The LKE [Node View](https://linode.com/docs/api/linode-kubernetes-engine-lke/#node-view) (GET /lke/clusters/{clusterID}/nodes/{nodeId}) endpoint can now be used to view the details of an individual Node within a Kubernetes cluster.
1414

15-
- The LKE [Node Recycle](/docs/api/linode-kubernetes-engine-lke/#node-recycle) (POST /lke/clusters/{clusterId}/nodes/{nodeId}/recycle) endpoint can now be used to recycle a Node within a Kubernetes cluster. Replacement Nodes are installed with the latest available patch for the Cluster's Kubernetes Version.
15+
- The LKE [Node Recycle](https://linode.com/docs/api/linode-kubernetes-engine-lke/#node-recycle) (POST /lke/clusters/{clusterId}/nodes/{nodeId}/recycle) endpoint can now be used to recycle a Node within a Kubernetes cluster. Replacement Nodes are installed with the latest available patch for the Cluster's Kubernetes Version.
1616

1717
### Updated
1818

19-
- The LKE [Kubernetes Cluster Update](/docs/api/linode-kubernetes-engine-lke/#kubernetes-cluster-update) (PUT /lke/clusters/{clusterId}) endpoint now includes the `k8s_version` property in its request body schema. This property can be used to upgrade a Kubernetes cluster to the next minor version. New and recycled Nodes in this cluster will be deployed using the latest supported patch of this version.
19+
- The LKE [Kubernetes Cluster Update](https://linode.com/docs/api/linode-kubernetes-engine-lke/#kubernetes-cluster-update) (PUT /lke/clusters/{clusterId}) endpoint now includes the `k8s_version` property in its request body schema. This property can be used to upgrade a Kubernetes cluster to the next minor version. New and recycled Nodes in this cluster will be deployed using the latest supported patch of this version.

0 commit comments

Comments
 (0)