Skip to content

Commit ab950e5

Browse files
authored
Merge pull request #533 from bbiggerr/fix-broken-link-4-105-1
Fix broken link
2 parents dd7cee7 + 4c6d235 commit ab950e5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

openapi.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3750,7 +3750,7 @@ paths:
37503750
all users.
37513751

37523752
* **Private** Images have IDs that begin with "private/". These Images are Account-specific and only
3753-
accessible to Users with appropriate [Grants](https://www.linode.com/docs/api/account/#users-grants-view).
3753+
accessible to Users with appropriate [Grants](/docs/api/account/#users-grants-view).
37543754

37553755
* To view only public Images, call this endpoint with or without authentication. To view private Images as well, call this endpoint with authentication.
37563756
x-linode-redoc-load-ids: true
@@ -3972,7 +3972,7 @@ paths:
39723972
all users.
39733973

39743974
* **Private** Images have IDs that begin with "private/". These Images are Account-specific and only
3975-
accessible to Users with appropriate [Grants](https://www.linode.com/docs/api/account/#users-grants-view).
3975+
accessible to Users with appropriate [Grants](/docs/api/account/#users-grants-view).
39763976

39773977
* To view a public Image, call this endpoint with or without authentication. To view a private Image, call this endpoint with authentication.
39783978
operationId: getImage
@@ -6418,7 +6418,7 @@ paths:
64186418
Returns a list of NodeBalancers that are assigned to this Linode and readable by the requesting User.
64196419

64206420
Read permission to a NodeBalancer can be given to a User by accessing the User's Grants Update
6421-
([PUT /account/users/{username}/grants](https://www.linode.com/docs/api/account/#users-grants-update)) endpoint.
6421+
([PUT /account/users/{username}/grants](/docs/api/account/#users-grants-update)) endpoint.
64226422
operationId: getLinodeNodeBalancers
64236423
x-linode-cli-action: nodebalancers
64246424
security:
@@ -10549,7 +10549,7 @@ paths:
1054910549

1055010550
* Use the `rules` property to create inbound and outbound access rules.
1055110551

10552-
* Use the `devices` property to assign the Firewall to a service and apply its Rules to the device. Requires `read_write` [User's Grants](docs/api/account/#users-grants-view) to the device.
10552+
* Use the `devices` property to assign the Firewall to a service and apply its Rules to the device. Requires `read_write` [User's Grants](/docs/api/account/#users-grants-view) to the device.
1055310553
Currently, Firewalls can only be assigned to Linode instances.
1055410554

1055510555
* A Firewall can be assigned to multiple Linode instances at a time.

0 commit comments

Comments
 (0)