Skip to content

Commit 74c6a17

Browse files
author
Andy Stevens
authored
Merge pull request linode#393 from linode/changelog-link-patch
[Update] Fix bad changelog links
2 parents 2b1eaca + f813a71 commit 74c6a17

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/content/changelog/4-61-0-2020-04-06.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ changelog:
1616

1717
### Changed
1818

19-
- The [StackScript collection's](https://www.linode.com/docs/api/stackscripts/#stackscript-view) `deployments_total` property is now filterable. See [Filtering and Sorting](/https://www.linode.com/docs/api/#filtering-and-sorting) to learn how to search API v4 collections.
19+
- The [StackScript collection's](https://www.linode.com/docs/api/stackscripts/#stackscript-view) `deployments_total` property is now filterable. See [Filtering and Sorting](https://www.linode.com/docs/api/#filtering-and-sorting) to learn how to search API v4 collections.
2020

2121
### Fixed
2222

23-
- Validation has been included to prevent users from adding a credit card expiration year greater than 25 years from the current year. A user will now receive an `Expiry too far in the future` error message when this occurs. This bug fix affects the [POST /account/credit-card](https://www.linode.com/docs/api/account/#card-addedit) `expiry_year` property.
23+
- Validation has been included to prevent users from adding a credit card expiration year greater than 25 years from the current year. A user will now receive an `Expiry too far in the future` error message when this occurs. This bug fix affects the [POST /account/credit-card](https://www.linode.com/docs/api/account/#card-addedit) `expiry_year` property.

src/content/changelog/4-62-0-2020-04-10.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ changelog:
2424

2525
### Fixed
2626

27-
- An [LKE cluster's](https://www.linode.com/docs/api/linode-kubernetes-engine-lke/#kubernetes-clusters-list) `label`, `k8s_version`, and `region` properties were incorrectly labeled as being [filterable](/https://www.linode.com/docs/api/#filtering-and-sorting). These properties have been updated in the [Linode API v4 schema](https://www.linode.com/docs/api) to no longer display the `filterable` label.
27+
- An [LKE cluster's](https://www.linode.com/docs/api/linode-kubernetes-engine-lke/#kubernetes-clusters-list) `label`, `k8s_version`, and `region` properties were incorrectly labeled as being [filterable](https://www.linode.com/docs/api/#filtering-and-sorting). These properties have been updated in the [Linode API v4 schema](https://www.linode.com/docs/api) to no longer display the `filterable` label.
2828

2929
- The `id` property of a Node in an LKE Node Pool was incorrectly documented as being of type `number`. This has been corrected and the property is now documented as being of type `string`.
3030

src/content/changelog/4-69-0-2020-07-13.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ changelog:
1414
- Create Node Pool ([POST /lke/clusters/{clusterId}/pools](https://www.linode.com/docs/api/linode-kubernetes-engine-lke/#node-pool-create))
1515
- View Node Pool ([GET /lke/clusters/{clusterId}/pools/{poolId}](https://www.linode.com/docs/api/linode-kubernetes-engine-lke/#node-pool-view))
1616

17-
- When Listing Account Events ([GET /v4/account/events](https://www.linode.com/docs/api/account/#events-list)), you can now filter by its `action` field. See [Filtering and Sorting](/https://www.linode.com/docs/api/) to learn how to search API v4 collections.
17+
- When Listing Account Events ([GET /v4/account/events](https://www.linode.com/docs/api/account/#events-list)), you can now filter by its `action` field. See [Filtering and Sorting](https://www.linode.com/docs/api/) to learn how to search API v4 collections.
1818

1919
### Changed
2020

@@ -24,7 +24,7 @@ changelog:
2424

2525
- Update Config ([PUT /nodebalancers/{nodeBalancerId}/configs/{configId}](https://www.linode.com/docs/api/nodebalancers/#config-update))
2626

27-
- The `tag` field for the [Domain Record](https://www.linode.com/docs/api/domains/#domain-record-create) collection is now filterable. See [Filtering and Sorting](/https://www.linode.com/docs/api/) to learn how to search API v4 collections.
27+
- The `tag` field for the [Domain Record](https://www.linode.com/docs/api/domains/#domain-record-create) collection is now filterable. See [Filtering and Sorting](https://www.linode.com/docs/api/) to learn how to search API v4 collections.
2828

2929
### Fixed
3030

0 commit comments

Comments
 (0)