We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdbd438 commit ca16fe4Copy full SHA for ca16fe4
1 file changed
FixCode/FixCode.m
@@ -62,7 +62,7 @@ - (void)dealloc
62
#pragma mark -
63
64
- (void)doItRight {
65
- [[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"https://github.com/fastlane/fastlane/blob/master/docs/CodeSigning.md"]];
+ [[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"https://codesigning.guide"]];
66
67
[self.currentCodeSigningWindowController.window close];
68
[self.currentCodeSigningWindowController close];
0 commit comments