Skip to content

Commit e8edd3b

Browse files
doc: update doc links to use new bump.sh format (#1378)
1 parent f8fd463 commit e8edd3b

File tree

85 files changed

+93
-93
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+93
-93
lines changed

cfn-resources/access-list-api-key/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
## Description
5-
Resource for managing [APIKeys](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/v2/#tag/Programmatic-API-Keys).
5+
Resource for managing [APIKeys](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/group/endpoint-programmatic-api-keys).
66

77
## Requirements
88
Set up an AWS profile to securely give CloudFormation access to your Atlas credentials.

cfn-resources/alert-configuration/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Description
44

5-
Resource for managing [Alert](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/v2/#tag/Alerts) conditions.
5+
Resource for managing [Alert](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/group/endpoint-alerts) conditions.
66

77
## Requirements
88

cfn-resources/alert-configuration/test/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Please, follows the steps in [TESTING.md](../../../TESTING.md).
2020
![image](https://user-images.githubusercontent.com/5663078/226870968-9ef8ae46-b0cf-462b-ac62-7229d2d79ac0.png)
2121

2222
## Important Links
23-
- [API Documentation](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Alert-Configurations/operation/listAlertConfigurations)
23+
- [API Documentation](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/operation/operation-listalertconfigurations)
2424
- [Resource Usage Documentation](https://www.mongodb.com/docs/atlas/configure-alerts/#configure-an-alert)
2525

2626
## Unit Testing Locally

cfn-resources/api-key/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# MongoDB::Atlas::APIKey
22

33
## Description
4-
Resource for managing [APIKeys](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/v2/#tag/Programmatic-API-Keys).
4+
Resource for managing [APIKeys](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/group/endpoint-programmatic-api-keys).
55
The API keys created as result, will be securely stored in AWS Secret Manager, ensuring the highest level of data protection and access control.
66
## Requirements
77

cfn-resources/api-key/test/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Please, follows the steps in [TESTING.md](../../../TESTING.md).
2020
![image](https://user-images.githubusercontent.com/5663078/227519864-2d147a0b-4e57-48f8-8de8-48370f1cd037.png)
2121

2222
## Important Links
23-
- [API Documentation](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Auditing)
23+
- [API Documentation](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/group/endpoint-auditing)
2424
- [Resource Usage Documentation](https://www.mongodb.com/docs/atlas/database-auditing/)
2525

2626
## Local Testing

cfn-resources/auditing/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MongoDB::Atlas::Auditing
22

3-
Returns and edits database [Auditing](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Auditing) settings for MongoDB Cloud projects.
3+
Returns and edits database [Auditing](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/group/endpoint-auditing) settings for MongoDB Cloud projects.
44

55
## Requirements
66

cfn-resources/auditing/test/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Please, follows the steps in [TESTING.md](../../../TESTING.md).
2020
![image](https://user-images.githubusercontent.com/5663078/227519864-2d147a0b-4e57-48f8-8de8-48370f1cd037.png)
2121

2222
## Important Links
23-
- [API Documentation](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Auditing)
23+
- [API Documentation](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/group/endpoint-auditing)
2424
- [Resource Usage Documentation](https://www.mongodb.com/docs/atlas/database-auditing/)
2525

2626
## Local Testing

cfn-resources/cloud-backup-restore-jobs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# MongoDB::Atlas::CloudBackUpRestoreJobs
22

33
## Description
4-
Resource for managing [Cloud BackUp Restore Jobs](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Cloud-Backup-Restore-Jobs).
4+
Resource for managing [Cloud BackUp Restore Jobs](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/group/endpoint-cloud-backups).
55

66
**WARNING:** `serverless` instance type is deprecated and will be removed in January 2026. For more details, see [Migrate your programmatic tools from M2, M5, or Serverless Instances to Flex Clusters](https://www.mongodb.com/docs/atlas/flex-migration/).
77

cfn-resources/cloud-backup-restore-jobs/test/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Please, follows the steps in [TESTING.md](../../../TESTING.md).
2424

2525

2626
## Important Links
27-
- [API Documentation](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Cloud-Backups)
27+
- [API Documentation](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/group/endpoint-cloud-backups)
2828
- [Resource Usage Documentation](https://www.mongodb.com/docs/atlas/backup/cloud-backup/restore-overview/)
2929

3030
## Unit Testing Locally

cfn-resources/cloud-backup-schedule/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# MongoDB::Atlas::CloudBackupSchedule
22

33
## Description
4-
Resource for managing [Cloud Backup Schedule](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Cloud-Backups-Schedule).
4+
Resource for managing [Cloud Backup Schedule](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/group/endpoint-cloud-backups).
55

66
## Requirements
77

@@ -14,4 +14,4 @@ See the [resource docs](docs/README.md).
1414

1515
## CloudFormation Examples
1616

17-
See the examples [CFN Template](test/cloud-backup-schedule.sample-cfn-request.json) for example resource.
17+
See the examples [CFN Template](test/cloud-backup-schedule.sample-cfn-request.json) for example resource.

0 commit comments

Comments
 (0)