Skip to content

Commit

Permalink
Fix/adjust badge links
Browse files Browse the repository at this point in the history
  • Loading branch information
mplanchard committed Jan 22, 2023
1 parent 2642a59 commit e2fcaac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cuid1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Build Status](https://github.com/mplanchard/cuid-rust/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/mplanchard/cuid-rust/actions/workflows/ci.yml?query=branch%3Amaster)
[![Crates.io](https://img.shields.io/crates/v/cuid "Crates.io")](https://crates.io/crates/cuid/)
[![docs.rs](https://docs.rs/cuid/badge.svg)](https://docs.rs/cuid/badge.svg)
[![docs.rs](https://docs.rs/cuid/badge.svg)](https://docs.rs/cuid/)

Cuids are "Collision-resistant ids optimized for horizontal scaling and
binary search lookup performance."
Expand Down
4 changes: 4 additions & 0 deletions crates/cuid2/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Cuid2

[![Build Status](https://github.com/mplanchard/cuid-rust/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/mplanchard/cuid-rust/actions/workflows/ci.yml?query=branch%3Amaster)
[![Crates.io](https://img.shields.io/crates/v/cuid "Crates.io")](https://crates.io/crates/cuid2/)
[![docs.rs](https://docs.rs/cuid/badge.svg)](https://docs.rs/cuid2/)

Secure, collision-resistant ids optimized for horizontal scaling and
performance.

Expand Down

0 comments on commit e2fcaac

Please sign in to comment.