From 6d455e447930928eb5bf6de879e833f70c6d8a8c Mon Sep 17 00:00:00 2001 From: Igor Shaposhnik Date: Sat, 2 May 2020 12:10:29 +0300 Subject: [PATCH] Fix build status badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98831d16e1..1cbbcd26c3 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This is an active GitHub mirror of the WebGPU implementation in Rust, which now # WebGPU [![Matrix](https://img.shields.io/badge/Matrix-%23wgpu%3Amatrix.org-blueviolet.svg)](https://matrix.to/#/#wgpu:matrix.org) -[![Build Status](https://travis-ci.org/gfx-rs/wgpu.svg?branch=master)](https://travis-ci.org/gfx-rs/wgpu) +[![Build Status](https://github.com/gfx-rs/wgpu/workflows/CI/badge.svg)](https://github.com/gfx-rs/wgpu/actions) [![Crates.io](https://img.shields.io/crates/v/wgpu-core.svg?label=wgpu-core)](https://crates.io/crates/wgpu-core) [![docs.rs](https://docs.rs/wgpu-core/badge.svg)](https://docs.rs/wgpu-core/) [![Crates.io](https://img.shields.io/crates/v/wgpu-native.svg?label=wgpu-native)](https://crates.io/crates/wgpu-native)