Skip to content

Commit d496b17

Browse files
authored
SWIFT-1483 Update "versioned API" references to "stable API" (#740)
1 parent 933b5dc commit d496b17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/MongoSwift/MongoClient.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ public struct MongoClientOptions: CodingStrategyProvider {
6969
/// Determines whether the client should retry supported write operations (on by default).
7070
public var retryWrites: Bool?
7171

72-
// TODO: SWIFT-1159: add versioned API docs link.
7372
/// Specifies a MongoDB server API version and related options.
73+
/// - SeeAlso: https://docs.mongodb.com/manual/reference/stable-api/
7474
public var serverAPI: MongoServerAPI?
7575

7676
/// Specifies how long the driver should attempt to select a server for before throwing an error. Defaults to 30

Sources/MongoSwift/MongoServerAPI.swift

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

33
/// A type containing options for specifying a MongoDB server API version and related behavior.
4-
/// - SeeAlso: https://docs.mongodb.com/manual/reference/versioned-api/
4+
/// - SeeAlso: https://docs.mongodb.com/manual/reference/stable-api/
55
public struct MongoServerAPI: Codable {
66
/// Represents a server API version.
77
public struct Version: Codable, Equatable, LosslessStringConvertible {

0 commit comments

Comments
 (0)