diff options
| author | Fuwn <[email protected]> | 2022-03-13 07:29:15 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-13 07:29:15 -0700 |
| commit | cc581c96b199b89c692c0d8732790f29ed2a5ec9 (patch) | |
| tree | 9afc1a865833c95a6c24fa390f42e467abcd8c97 | |
| parent | ci(github): add check.yaml (diff) | |
| download | senpy-ffi-cc581c96b199b89c692c0d8732790f29ed2a5ec9.tar.xz senpy-ffi-cc581c96b199b89c692c0d8732790f29ed2a5ec9.zip | |
docs(readme): fix meta
| -rw-r--r-- | Cargo.toml | 1 | ||||
| -rw-r--r-- | README.rst | 8 |
2 files changed, 5 insertions, 4 deletions
@@ -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" @@ -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> |