Skip to content

Commit

Permalink
docs: fix broken links (#6)
Browse files Browse the repository at this point in the history
* fix: fix broken links

* docs: add badge
  • Loading branch information
Selflocking authored Feb 4, 2024
1 parent 3cf558e commit 705a49b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![crates](https://img.shields.io/crates/v/yaml-adapter)](https://crates.io/crates/yaml-adapter)
[![docs](https://docs.rs/yaml-adapter/badge.svg)](https://docs.rs/yaml-adapter)
![download](https://img.shields.io/crates/d/yaml-adapter)
![ci](https://github.com/casbin-rs/yaml-adapter/workflows/ci/badge.svg)
[![ci](https://github.com/casbin-rs/yaml-adapter/actions/workflows/ci.yml/badge.svg)](https://github.com/casbin-rs/yaml-adapter/actions/workflows/ci.yml)

Yaml Adapter is a [yaml](https://github.com/dtolnay/serde-yaml) adapter for [Casbin-rs](https://github.com/casbin/casbin-rs). With this library, Casbin can load policy from yaml fromat file or save policy into it with fully asynchronous support.

Expand Down

0 comments on commit 705a49b

Please # to comment.