diff --git a/Source/common/SNTConfigurator.h b/Source/common/SNTConfigurator.h index f64aeabeb..b08cbbdb5 100644 --- a/Source/common/SNTConfigurator.h +++ b/Source/common/SNTConfigurator.h @@ -403,7 +403,7 @@ /// Proxy settings for syncing. /// This dictionary is passed directly to NSURLSession. The allowed keys /// are loosely documented at -/// https://developer.apple.com/documentation/cfnetwork/global_proxy_settings_constants. +/// https://developer.apple.com/documentation/cfnetwork/global-proxy-settings-constants. /// @property(readonly, nonatomic) NSDictionary *syncProxyConfig; diff --git a/docs/deployment/configuration.md b/docs/deployment/configuration.md index 1a0465270..00ec3c505 100644 --- a/docs/deployment/configuration.md +++ b/docs/deployment/configuration.md @@ -45,7 +45,7 @@ also known as mobileconfig files, which are in an Apple-specific XML format. | ModeNotificationLockdown | String | The notification text to display when the client goes into Lockdown mode. Defaults to "Switching into Lockdown mode". | | SyncBaseURL | String | The base URL of the sync server. | | SyncEnableProtoTransfer | Bool | If true, sync will happen using binary protos instead of JSON. Defaults to false. | -| SyncProxyConfiguration | Dictionary | The proxy configuration to use when syncing. See the [Apple Documentation](https://developer.apple.com/documentation/cfnetwork/global_proxy_settings_constants) for details on the keys that can be used in this dictionary. bump. | +| SyncProxyConfiguration | Dictionary | The proxy configuration to use when syncing. See the [Apple Documentation](https://developer.apple.com/documentation/cfnetwork/global-proxy-settings-constants) for details on the keys that can be used in this dictionary. | | SyncEnableCleanSyncEventUpload | Bool | If true, events will be uploaded to the sync server even if a clean sync is requested. Defaults to false. | | ClientAuthCertificateFile | String | If set, this contains the location of a PKCS#12 certificate to be used for sync authentication. | | ClientAuthCertificatePassword | String | Contains the password for the PKCS#12 certificate. |