Skip to content

Commit 05e7f74

Browse files
Update badge links in README.md
1 parent 8231a7d commit 05e7f74

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<h1>Openapi® client for Rust</h1>
77
<h4>The perfect starting point to integrate <a href="https://openapi.com/">Openapi®</a> within your Rust project</h4>
88

9-
[![Build Status](https://img.shields.io/github/actions/workflow/status/<username>/<repo>/rust.yml?branch=main)](https://github.com/<username>/<repo>/actions)
10-
[![Crates.io](https://img.shields.io/crates/v/<crate_name>.svg)](https://crates.io/crates/<crate_name>)
11-
[![Docs.rs](https://img.shields.io/docsrs/<crate_name>)](https://docs.rs/<crate_name>)
12-
[![License](https://img.shields.io/github/license/<username>/<repo>)](LICENSE)
9+
[![Build Status](https://img.shields.io/github/actions/workflow/status/openapi/openapi-rust-sdk/rust.yml?branch=main)](https://github.com/<username>/<repo>/actions)
10+
[![Crates.io](https://img.shields.io/crates/v/openapi-sdk.svg)](https://crates.io/crates/openapi-sdk)
11+
[![Docs.rs](https://img.shields.io/docsrs/openapi-sdk)](https://docs.rs/openapi-sdk)
12+
[![License](https://img.shields.io/github/license/openapi/openapi-rust-sdk)](LICENSE)
1313
[![Rust Version](https://img.shields.io/badge/rust-1.80+-orange.svg)](https://www.rust-lang.org/)
1414
</div>
1515

0 commit comments

Comments
 (0)