We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f688a9a commit 0c57ef5Copy full SHA for 0c57ef5
1 file changed
dConnectSDK/dConnectBrowserForIOS9/dConnectBrowserForIOS9/classes/GHSettingViewModel.m
@@ -383,7 +383,7 @@ - (void)showRootCertInstallDialog
383
preferredStyle:UIAlertControllerStyleAlert];
384
[alertController addTextFieldWithConfigurationHandler:^(UITextField * textField) {
385
textField.placeholder = @"URL";
386
- textField.text = @"https://raw.githubusercontent.com/TakayukiHoshi1984/DeviceConnect-iOS/master/dConnectSDK/dConnectSDKForIOS/DConnectSDK/Resources/dconnect-ios.crt";
+ textField.text = @"https://raw.githubusercontent.com/DeviceConnect/DeviceConnect-iOS/master/dConnectSDK/dConnectSDKForIOS/DConnectSDK/Resources/dconnect-ios.crt";
387
}];
388
UIAlertAction * cancelAction =
389
[UIAlertAction actionWithTitle:@"キャンセル"
0 commit comments