Skip to content

Commit 0c57ef5

Browse files
弊社側のレポジトリ名をDeviceConnect側のレポジトリ名に変更.
1 parent f688a9a commit 0c57ef5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dConnectSDK/dConnectBrowserForIOS9/dConnectBrowserForIOS9/classes/GHSettingViewModel.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ - (void)showRootCertInstallDialog
383383
preferredStyle:UIAlertControllerStyleAlert];
384384
[alertController addTextFieldWithConfigurationHandler:^(UITextField * textField) {
385385
textField.placeholder = @"URL";
386-
textField.text = @"https://raw.githubusercontent.com/TakayukiHoshi1984/DeviceConnect-iOS/master/dConnectSDK/dConnectSDKForIOS/DConnectSDK/Resources/dconnect-ios.crt";
386+
textField.text = @"https://raw.githubusercontent.com/DeviceConnect/DeviceConnect-iOS/master/dConnectSDK/dConnectSDKForIOS/DConnectSDK/Resources/dconnect-ios.crt";
387387
}];
388388
UIAlertAction * cancelAction =
389389
[UIAlertAction actionWithTitle:@"キャンセル"

0 commit comments

Comments
 (0)