Skip to content

Commit ca16fe4

Browse files
committed
Updated codesigning URL
1 parent cdbd438 commit ca16fe4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

FixCode/FixCode.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ - (void)dealloc
6262
#pragma mark -
6363

6464
- (void)doItRight {
65-
[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"https://github.com/fastlane/fastlane/blob/master/docs/CodeSigning.md"]];
65+
[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"https://codesigning.guide"]];
6666

6767
[self.currentCodeSigningWindowController.window close];
6868
[self.currentCodeSigningWindowController close];

0 commit comments

Comments
 (0)