From 83947014a6ee44fd551bf47a71523a563be69f3d Mon Sep 17 00:00:00 2001 From: meejah Date: Tue, 15 Jun 2021 15:18:27 -0600 Subject: [PATCH] add matrix links; IRC is on libera.chat now --- README.md | 3 +++ docs/welcome.md | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7176289..013ed25 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ [![Windows Build Status](https://ci.appveyor.com/api/projects/status/w1bdniovwm4egfyg/branch/master?svg=true)](https://ci.appveyor.com/project/warner/magic-wormhole) [![codecov.io](https://codecov.io/github/magic-wormhole/magic-wormhole/coverage.svg?branch=master)](https://codecov.io/github/magic-wormhole/magic-wormhole?branch=master) [![Docs](https://readthedocs.org/projects/magic-wormhole/badge/?version=latest)](https://magic-wormhole.readthedocs.io) +[![Irc][https://img.shields.io/badge/irc.libera.chat-%23magic--wormhole-brightgreen]][https://web.libera.chat/] +[![Matrix][https://img.shields.io/badge/matrix.org-%23magic--wormhole-brightgreen]][https://matrix.to/#/#magic-wormhole:matrix.org] + Get things from one computer to another, safely. diff --git a/docs/welcome.md b/docs/welcome.md index be42b46..579c010 100644 --- a/docs/welcome.md +++ b/docs/welcome.md @@ -253,7 +253,8 @@ PAKE phase. See `src/wormhole/cli/cmd_send.py` for examples. ## Development * Bugs and patches at the [GitHub project page](https://github.com/warner/magic-wormhole). -* Chat via [IRC](irc://irc.freenode.net/#magic-wormhole): #magic-wormhole on irc.freenode.net +* Chat via [IRC](irc://irc.libera.chat/#magic-wormhole): #magic-wormhole on irc.libera.chat +* Chat via [Matrix](https://matrix.to/#/#magic-wormhole:matrix.org): #magic-wormhole on matrix.org To set up Magic Wormhole for development, you will first need to install [virtualenv][].