Skip to content

Commit 8dd299f

Browse files
authored
Fix typo in api documentation link for CloudProviderSnapshotRestoreJobsService. (#164)
This seems to be the only such API link typo for these interfaces.
1 parent b5c2f13 commit 8dd299f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mongodbatlas/cloud_provider_snapshot_restore_jobs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const (
1212

1313
// CloudProviderSnapshotRestoreJobsService is an interface for interfacing with the CloudProviderSnapshotRestoreJobs
1414
// endpoints of the MongoDB Atlas API.
15-
// See more: https://docs.atlas.mongodb.com/reference/api/cloudProviderSnapshotRestoreJobs/
15+
// See more: https://docs.atlas.mongodb.com/reference/api/cloud-provider-snapshot-restore-jobs/
1616
type CloudProviderSnapshotRestoreJobsService interface {
1717
List(context.Context, *SnapshotReqPathParameters, *ListOptions) (*CloudProviderSnapshotRestoreJobs, *Response, error)
1818
Get(context.Context, *SnapshotReqPathParameters) (*CloudProviderSnapshotRestoreJob, *Response, error)

0 commit comments

Comments
 (0)