From 0c8eeddfe24e73da96ecce998b468246e3e4035a Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Sun, 4 Sep 2016 00:33:25 -0400 Subject: [PATCH] Fix WebRTC link I'd suggest linking to their home URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6fb5a3..d176bbe 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Standalone WebRTC-based NAT traversal With peer-to-peer communication, a set of tools to directly connect two endpoints is employed to bypass the intermediary barriers of NAT/firewall -devices. [WebRTC](http://www.webrtc.org/webrtc-native-code-package), a new +devices. [WebRTC](https://webrtc.org/), a new project that enables real-time communication capabilities in web browsers, uses a trio of NAT traversal standards--ICE, STUN, and TURN--to help a peer discover the topology between itself and the peer it wishes to communicate with. These