Skip to content

Commit

Permalink
Fix README.md badges
Browse files Browse the repository at this point in the history
* Replace documentation link with badge
* Fix broken CI badge
* Link CI and CompatHelper badges to workflow page
  • Loading branch information
paulnovo committed Oct 27, 2024
1 parent 95d1764 commit 79b62e4
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# DataAugmentation.jl

![CI](https://github.com/FluxML/DataAugmentation.jl/actions/workflows/CI/badge.svg)
![compat](https://github.com/FluxML/DataAugmentation.jl/actions/workflows/CompatHelper.yml/badge.svg)


[Documentation | Latest](https://fluxml.ai/DataAugmentation.jl/dev/)
[![Documentation Dev](https://img.shields.io/badge/Documentation-dev-blue.svg)](https://fluxml.ai/DataAugmentation.jl/dev/)
[![Continuous Integration](https://github.com/FluxML/DataAugmentation.jl/actions/workflows/ci.yml/badge.svg)](https://github.com/FluxML/DataAugmentation.jl/actions/workflows/ci.yml)
[![CompatHelper](https://github.com/FluxML/DataAugmentation.jl/actions/workflows/CompatHelper.yml/badge.svg)](https://github.com/FluxML/DataAugmentation.jl/actions/workflows/CompatHelper.yml)

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

0 comments on commit 79b62e4

Please sign in to comment.