mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-24 10:00:59 -05:00
docs: Link to new CI
This commit is contained in:
parent
a859cee1eb
commit
9005b93dd3
2 changed files with 4 additions and 4 deletions
|
@ -19,8 +19,8 @@ path = "src/main.rs"
|
||||||
doc = false
|
doc = false
|
||||||
|
|
||||||
[badges]
|
[badges]
|
||||||
travis-ci = { repository = "epage/typos" }
|
azure-devops = { project = "crate-ci", pipeline = "typos" }
|
||||||
appveyor = { repository = "epage/typos" }
|
codecov = { repository = "crate-ci/typos" }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
# Support quickly iterating
|
# Support quickly iterating
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
> **Source code spell checker**
|
> **Source code spell checker**
|
||||||
|
|
||||||
[![Travis Status](https://travis-ci.org/epage/typos.svg?branch=master)](https://travis-ci.org/epage/typos)
|
[![Build Status](https://dev.azure.com/crate-ci/crate-ci/_apis/build/status/typos?branchName=master)](https://dev.azure.com/crate-ci/crate-ci/_build/latest?definitionId=11&branchName=master)
|
||||||
[![Appveyor Status](https://ci.appveyor.com/api/projects/status/uaa9voudebj944d5/branch/master?svg=true)](https://ci.appveyor.com/project/epage/typos/branch/master)
|
[![codecov](https://codecov.io/gh/crate-ci/typos/branch/master/graph/badge.svg)](https://codecov.io/gh/crate-ci/typos)
|
||||||
[![Documentation](https://img.shields.io/badge/docs-master-blue.svg)][Documentation]
|
[![Documentation](https://img.shields.io/badge/docs-master-blue.svg)][Documentation]
|
||||||
![License](https://img.shields.io/crates/l/typos.svg)
|
![License](https://img.shields.io/crates/l/typos.svg)
|
||||||
[![Crates Status](https://img.shields.io/crates/v/typos.svg)](https://crates.io/crates/typos)
|
[![Crates Status](https://img.shields.io/crates/v/typos.svg)](https://crates.io/crates/typos)
|
||||||
|
|
Loading…
Reference in a new issue