From 8ea67f6015d9b6314edad1acc38dd33f7dca9fc9 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Sun, 10 Jan 2021 15:07:26 -0800 Subject: [PATCH] README: move repo, switch to GitHub Actions for CI --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5920264..d22fcc6 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Magic Wormhole [![PyPI](http://img.shields.io/pypi/v/magic-wormhole.svg)](https://pypi.python.org/pypi/magic-wormhole) -[![Build Status](https://travis-ci.org/warner/magic-wormhole.svg?branch=master)](https://travis-ci.org/warner/magic-wormhole) +![Tests](https://github.com/magic-wormhole/magic-wormhole/workflows/testing/badge.svg) [![Windows Build Status](https://ci.appveyor.com/api/projects/status/mfnn5rsyfnrq576a/branch/master?svg=true)](https://ci.appveyor.com/project/warner/magic-wormhole) -[![codecov.io](https://codecov.io/github/warner/magic-wormhole/coverage.svg?branch=master)](https://codecov.io/github/warner/magic-wormhole?branch=master) +[![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) Get things from one computer to another, safely. @@ -26,9 +26,9 @@ or the docs/ subdirectory. This program uses two servers, whose source code is kept in separate repositories: the -[mailbox server](https://github.com/warner/magic-wormhole-mailbox-server), +[mailbox server](https://github.com/magic-wormhole/magic-wormhole-mailbox-server), and the -[transit relay](https://github.com/warner/magic-wormhole-transit-relay). +[transit relay](https://github.com/magic-wormhole/magic-wormhole-transit-relay). ## License, Compatibility