Skip to content

Commit c39fe3a

Browse files
committed
improve readme links
1 parent 3dac55d commit c39fe3a

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,16 @@
44
## ⚠️ Note: This crate is not yet published, so nothing in this readme will actually work yet ⚠️
55
check out the status of https://github.com/http-rs/async-session/pull/2 for the latest
66

7-
[![crates.io version](https://img.shields.io/crates/v/async-sqlx-session.svg?style=flat-square)](https://lib.rs/async-sqlx-session)
8-
[![docs.rs docs](https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square)](https://docs.rs/async-sqlx-session)
9-
10-
* [API Docs](https://docs.rs/async-sqlx-session)
11-
* [Releases](https://github.com/jbr/async-sqlx-session/releases)
12-
* [Contributing](https://github.com/jbr/async-sqlx-session/blob/master/.github/CONTRIBUTING.md)
7+
* [API Docs][docs] [![docs.rs docs][docs-badge]][docs]
8+
* [Releases][releases] [![crates.io version][version-badge]][lib-rs]
9+
* [Contributing][contributing]
10+
11+
[releases] https://github.com/jbr/async-sqlx-session/releases
12+
[docs] https://docs.rs/async-sqlx-session
13+
[contributing] https://github.com/jbr/async-sqlx-session/blob/master/.github/CONTRIBUTING.md
14+
[lib-rs] https://lib.rs/async-sqlx-session
15+
[docs-badge] https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square
16+
[version-badge] https://img.shields.io/crates/v/async-sqlx-session.svg?style=flat-square
1317

1418
## Installation
1519
```sh

0 commit comments

Comments
 (0)