Skip to content

Commit 70809c6

Browse files
authored
Fix CI badge link in README.md
1 parent 543bedd commit 70809c6

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,6 +1,6 @@
11
<div align="center"> <img src="images/revise-wordmark.svg" alt="Revise.jl"></img></div>
22

3-
[![Build Status](https://github.com/timholy/Revise.jl/workflows/CI/badge.svg)](https://github.com/timholy/Revise.jl/actions?query=workflow%3A%22CI%22+branch%3Amaster)
3+
[![CI](https://github.com/timholy/Revise.jl/actions/workflows/ci.yml/badge.svg)](https://github.com/timholy/Revise.jl/actions/workflows/ci.yml)
44
[![codecov.io](http://codecov.io/github/timholy/Revise.jl/coverage.svg?branch=master)](http://codecov.io/github/timholy/Revise.jl?branch=master)
55

66
`Revise.jl` allows you to modify code and use the changes without restarting Julia.

0 commit comments

Comments
 (0)