Skip to content

Commit f9e8bda

Browse files
committed
Fixing project links
1 parent 6dddbec commit f9e8bda

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

GCD/GCDAsyncSocket.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
//
44
// This class is in the public domain.
55
// Originally created by Robbie Hanson in Q3 2010.
6-
// Updated and maintained by Deusty LLC and the Mac development community.
6+
// Updated and maintained by Deusty LLC and the Apple development community.
77
//
8-
// http://code.google.com/p/cocoaasyncsocket/
8+
// https://github.com/robbiehanson/CocoaAsyncSocket
99
//
1010

1111
#import <Foundation/Foundation.h>

GCD/GCDAsyncSocket.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
//
44
// This class is in the public domain.
55
// Originally created by Robbie Hanson in Q4 2010.
6-
// Updated and maintained by Deusty LLC and the Mac development community.
6+
// Updated and maintained by Deusty LLC and the Apple development community.
77
//
8-
// http://code.google.com/p/cocoaasyncsocket/
8+
// https://github.com/robbiehanson/CocoaAsyncSocket
99
//
1010

1111
#if ! __has_feature(objc_arc)

GCD/GCDAsyncUdpSocket.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Originally created by Robbie Hanson of Deusty LLC.
66
// Updated and maintained by Deusty LLC and the Apple development community.
77
//
8-
// http://code.google.com/p/cocoaasyncsocket/
8+
// https://github.com/robbiehanson/CocoaAsyncSocket
99
//
1010

1111
#import <Foundation/Foundation.h>

GCD/GCDAsyncUdpSocket.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
//
44
// This class is in the public domain.
55
// Originally created by Robbie Hanson of Deusty LLC.
6-
// Updated and maintained by Deusty LLC and the Mac development community.
6+
// Updated and maintained by Deusty LLC and the Apple development community.
77
//
8-
// http://code.google.com/p/cocoaasyncsocket/
8+
// https://github.com/robbiehanson/CocoaAsyncSocket
99
//
1010

1111
#if ! __has_feature(objc_arc)

0 commit comments

Comments
 (0)