diff options
| author | Fuwn <[email protected]> | 2022-03-17 02:43:52 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-17 02:43:52 -0700 |
| commit | ce43ce753ee945e8536907b3d9cf490149674d3c (patch) | |
| tree | c8a015d416c0ba440dbc060ae6ab1ee5188b5450 | |
| parent | fix(cargo): bump version (diff) | |
| download | cli-ce43ce753ee945e8536907b3d9cf490149674d3c.tar.xz cli-ce43ce753ee945e8536907b3d9cf490149674d3c.zip | |
docs: remove docs links because this is a binary
| -rw-r--r-- | Cargo.toml | 1 | ||||
| -rw-r--r-- | README.rst | 4 |
2 files changed, 0 insertions, 5 deletions
@@ -6,7 +6,6 @@ version = "0.1.1" authors = ["Fuwn <[email protected]>"] edition = "2021" description = "Command-line interface to The Senpy Club API" -documentation = "https://docs.rs/senpy-cli/" readme = "README.rst" homepage = "https://github.com/senpy-club/cli" repository = "https://github.com/senpy-club/cli" @@ -29,10 +29,6 @@ Quick links <img src="https://img.shields.io/crates/v/senpy-cli.svg" alt="Crate" /> </a> - <a href="https://docs.rs/senpy-cli"> - <img src="https://docs.rs/senpy-cli/badge.svg" - alt="Documentation" /> - </a> <a href="https://github.com/senpy-club/lci/actions/workflows/check.yaml"> <img src="https://github.com/senpy-club/cli/actions/workflows/check.yaml/badge.svg?branch=main" alt="Build Status" /> |