From 29274b2a1d3905e5e4f2b7d1036a555406979446 Mon Sep 17 00:00:00 2001 From: Jannis Date: Mon, 5 Feb 2024 21:45:49 +0100 Subject: [PATCH] Updated docs badge to use shields.io (#19) * Update documentation badge Updated documentation badge to use shields.io instead of docs.rs * Udpate CHANGELOG.md --- CHANGELOG.md | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39556475..fa332aa6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ ### 📚 Documentation - Fix syntax highlighting on crates.io [#9](https://github.com/fluxxcode/egui-file-dialog/pull/9) - Added dependency badge to `README.md` [#10](https://github.com/fluxxcode/egui-file-dialog/pull/10) +- Updated docs badge to use shields.io [#19](https://github.com/fluxxcode/egui-file-dialog/pull/19) ## 2024-02-03 - v0.1.0 diff --git a/README.md b/README.md index 11e5b67c..ddcc1a96 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # egui-file-dialog [![Latest version](https://img.shields.io/crates/v/egui-file-dialog.svg)](https://crates.io/crates/egui-file-dialog) -[![Documentation](https://docs.rs/egui-file-dialog/badge.svg)](https://docs.rs/egui-file-dialog) +![Documentation](https://img.shields.io/docsrs/egui-file-dialog) [![Dependency status](https://deps.rs/repo/github/fluxxcode/egui-file-dialog/status.svg)](https://deps.rs/repo/github/fluxxcode/egui-file-dialog) [![MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/fluxxcode/egui-file-dialog/blob/master/LICENSE)