From f51c7914909aef5539500886b7ae4e66e74bd084 Mon Sep 17 00:00:00 2001
From: Kevin Jahns <kevin.jahns@rwth-aachen.de>
Date: Wed, 29 Apr 2015 00:57:36 +0200
Subject: [PATCH] updated readme

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index d66ae0be..e92935c1 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ y-object | Add, update, and remove properties of an object. Circular references
 
 Unlike other frameworks, Yjs supports P2P message propagation and is not bound to a specific communication protocol. Therefore, Yjs is extremely scalable and can be used in a wide range of application scenarios.
 
-We support several communication protocols as so called *Connectors*. You can create your own connector too - read [this blog post](https://github.com/y-js/yjs/wiki/Custom-Connectors). Currently, we support the following communication protocols:
+We support several communication protocols as so called *Connectors*. You can create your own connector too - read [this wiki page](https://github.com/y-js/yjs/wiki/Custom-Connectors). Currently, we support the following communication protocols:
 
 Name                                     | Description
 ---------------------------------------- | -------------------------------------------------------
-- 
GitLab