aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml1
-rw-r--r--README.rst8
2 files changed, 5 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c8a7190..8e66d77 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,6 +6,7 @@ version = "0.1.0"
authors = ["Fuwn <[email protected]>"]
edition = "2021"
description = "FFI bindings for senpy-rs"
+documentation = "https://docs.rs/senpy-ffi/"
readme = "README.rst"
homepage = "https://github.com/senpy-club/senpy-ffi"
repository = "https://github.com/senpy-club/senpy-ffi"
diff --git a/README.rst b/README.rst
index a3ee393..c02f9c0 100644
--- a/README.rst
+++ b/README.rst
@@ -18,16 +18,16 @@ Quick links
<img src="https://img.shields.io/github/license/senpy-club/senpy-ffi"
alt="License" />
</a>
- <a href="https://crates.io/crates/senpy">
- <img src="https://img.shields.io/crates/v/senpy.svg"
+ <a href="https://crates.io/crates/senpy-ffi">
+ <img src="https://img.shields.io/crates/v/senpy-ffi.svg"
alt="Crate" />
</a>
<a href="https://docs.rs/senpy">
<img src="https://docs.rs/senpy/badge.svg"
alt="Documentation" />
</a>
- <a href="https://github.com/senpy-club/api-worker/actions/workflows/check.yaml">
- <img src="https://github.com/senpy-club/api-worker/actions/workflows/check.yaml/badge.svg?branch=main"
+ <a href="https://github.com/senpy-club/senpy-ffi/actions/workflows/check.yaml">
+ <img src="https://github.com/senpy-club/senpy-ffi/actions/workflows/check.yaml/badge.svg?branch=main"
alt="Build Status" />
</a>
</p>