Skip to content

Commit 3437276

Browse files
authored
Fix README.md badges (#101)
* Replace documentation link with badge * Fix broken CI badge * Link CI and CompatHelper badges to workflow page
1 parent 95d1764 commit 3437276

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# DataAugmentation.jl
22

3-
![CI](https://github.com/FluxML/DataAugmentation.jl/actions/workflows/CI/badge.svg)
4-
![compat](https://github.com/FluxML/DataAugmentation.jl/actions/workflows/CompatHelper.yml/badge.svg)
5-
6-
7-
[Documentation | Latest](https://fluxml.ai/DataAugmentation.jl/dev/)
3+
[![Documentation Dev](https://img.shields.io/badge/Documentation-dev-blue.svg)](https://fluxml.ai/DataAugmentation.jl/dev/)
4+
[![Continuous Integration](https://github.com/FluxML/DataAugmentation.jl/actions/workflows/ci.yml/badge.svg)](https://github.com/FluxML/DataAugmentation.jl/actions/workflows/ci.yml)
5+
[![CompatHelper](https://github.com/FluxML/DataAugmentation.jl/actions/workflows/CompatHelper.yml/badge.svg)](https://github.com/FluxML/DataAugmentation.jl/actions/workflows/CompatHelper.yml)
86

97
Efficient, composable data augmentation for machine and deep learning with support for n-dimensional images, keypoints and categorical masks.

0 commit comments

Comments
 (0)