aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-03-13 07:29:15 -0700
committerFuwn <[email protected]>2022-03-13 07:29:15 -0700
commitcc581c96b199b89c692c0d8732790f29ed2a5ec9 (patch)
tree9afc1a865833c95a6c24fa390f42e467abcd8c97
parentci(github): add check.yaml (diff)
downloadsenpy-ffi-cc581c96b199b89c692c0d8732790f29ed2a5ec9.tar.xz
senpy-ffi-cc581c96b199b89c692c0d8732790f29ed2a5ec9.zip
docs(readme): fix meta
-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>