Skip to content

Commit dc02dfc

Browse files
committed
Fix archive links to live devguide and rate-limit pages [ai-assisted]
Made-with: Cursor
1 parent b9ee71a commit dc02dfc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

archive/deploy-vol-services.html.md.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ To grant access to the NFS service, do the following:
109109

110110
Cloud Foundry app developers can now create an NFS service and bind instances to their apps.
111111
For more information, see
112-
[Using an external file system (volume services)](../devguide/services/using-vol-services.html).
112+
[Using an external file system (volume services)](/devguide/services/using-vol-services.html).
113113

114114
### <a id="ldap"></a> (Optional) Enable LDAP support
115115

@@ -405,7 +405,7 @@ To grant access to the SMB service, do the following:
405405

406406
Cloud Foundry app developers can now create an SMB service and bind instances to their apps.
407407
For more information, see
408-
[Using an external file system (volume services)](../devguide/services/using-vol-services.html).
408+
[Using an external file system (volume services)](/devguide/services/using-vol-services.html).
409409

410410
### <a id="smb-server"></a> (Optional) Deploy the SMB test server
411411

archive/setting-rate-limit-cloud-api.html.md.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Cloud Foundry lets you set rate limits on the number of requests third parties c
1010
Rate limits help to prevent servers from getting overloaded by poorly or maliciously-designed clients that could otherwise force the server to use all its resources servicing those calls instead of responding to legitimate requests.
1111

1212
When rate limiting is enabled, responses to CAPI calls contain information about the limit, how close the user is to reaching it, and when it will reset.
13-
For more information, see [Rate limit information returned by the Cloud Controller API](./rate-limit-cloud-controller-api.html).
13+
For more information, see [Rate limit information returned by the Cloud Controller API](../rate-limit-cloud-controller-api.html).
1414

1515
Use the following properties in the `cloud_controller_ng` BOSH job to define rate limits:
1616

0 commit comments

Comments
 (0)