From d54669717201ecf9b6b7cc6853ed2290db315406 Mon Sep 17 00:00:00 2001 From: Alan Friedman Date: Wed, 8 May 2019 09:44:17 -0400 Subject: [PATCH] Update links --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 48aff23..ea3dc87 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # Darkwire.io -[![GitHub release](https://img.shields.io/github/release/seripap/darkwire.io.svg)]() +[![GitHub release](https://img.shields.io/github/release/darkwire/darkwire.io.svg)]() Simple encrypted web chat. Powered by [socket.io](http://socket.io), the [web cryptography API](https://developer.mozilla.org/en-US/docs/Web/API/Window/crypto). This project is an example of how client side encryption works and how you can integrate it as a chat service. @@ -8,13 +8,13 @@ Simple encrypted web chat. Powered by [socket.io](http://socket.io), the [web cr Darkwire server is a Node.js application that requires redis. -[darkwire-server](https://github.com/seripap/darkwire-server) +[darkwire-server](https://github.com/darkwire/darkwire-server) ### Darkwire Web Client The Darkwire.io web client is written in JavaScript with React JS and Redux. -[darkwire-client](https://github.com/seripap/darkwire-client) +[darkwire-client](https://github.com/darkwire/darkwire-client) ### Running Darkwire Locally