Skip to content

Commit d78363e

Browse files
authored
update CI badge in the readme
1 parent c7032aa commit d78363e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Travis CI badge](https://api.travis-ci.com/rust-lang/std-dev-guide.svg?branch=master)](https://travis-ci.com/github/rust-lang/std-dev-guide)
1+
[![GitHub Actions Badge](https://github.com/rust-lang/std-dev-guide/workflows/Continuous%20Integration/badge.svg)](https://github.com/rust-lang/std-dev-guide/actions)
22

33
Welcome to the Standard Library Development Guide! This book is for anybody who is contributing to, or who is reviewing contributions to, the standard library. It aims to capture everything you need to know through the whole lifecycle of a standard library feature, from inception through to an initial unstable implementation, through to stabilization, and eventually maybe deprecation.
44

0 commit comments

Comments
 (0)