Skip to content

Commit

Permalink
Fix badges URLs in README
Browse files Browse the repository at this point in the history
  • Loading branch information
sbarral committed Apr 4, 2024
1 parent e3725e5 commit 9952363
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

A nanosecond-precision monotonic clock timestamp based on the TAI time standard.

[![Cargo](https://img.shields.io/crates/v/multishot.svg)](https://crates.io/crates/tai-time)
[![Documentation](https://docs.rs/multishot/badge.svg)](https://docs.rs/tai-time)
[![Cargo](https://img.shields.io/crates/v/tai-time.svg)](https://crates.io/crates/tai-time)
[![Documentation](https://docs.rs/tai-time/badge.svg)](https://docs.rs/tai-time)
[![License](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg)](https://github.com/asynchronics/tai-time#license)


Expand Down

0 comments on commit 9952363

Please sign in to comment.