Skip to content

Commit a7a3512

Browse files
committed
Merge remote-tracking branch 'elliot/patch-1'
* elliot/patch-1: Fixed broken link for stream_socket_client documentation and updated both to the new website URL scheme
2 parents 74da451 + c898edd commit a7a3512

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/React/SocketClient/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ Async Connector to open TCP/IP and SSL/TLS based connections.
55
## Introduction
66

77
Think of this library as an async version of
8-
[`fsockopen()`](http://php.net/manual/en/function.fsockopen.php) or
9-
[`stream_socket_client()`](http://php.net/manual/en/function.stream-socket-
10-
client.php).
8+
[`fsockopen()`](http://www.php.net/function.fsockopen) or
9+
[`stream_socket_client()`](http://php.net/function.stream-socket-client).
1110

1211
Before you can actually transmit and receive data to/from a remote server, you
1312
have to establish a connection to the remote end. Establishing this connection

0 commit comments

Comments
 (0)