From 79b62e4911046ef67ce9d2457dfeb50121ea6184 Mon Sep 17 00:00:00 2001 From: Paul Novotny Date: Sun, 27 Oct 2024 09:32:21 -0400 Subject: [PATCH] Fix README.md badges * Replace documentation link with badge * Fix broken CI badge * Link CI and CompatHelper badges to workflow page --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c5fd582..1bb0556 100644 --- a/README.md +++ b/README.md @@ -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.