aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-03-17 02:43:52 -0700
committerFuwn <[email protected]>2022-03-17 02:43:52 -0700
commitce43ce753ee945e8536907b3d9cf490149674d3c (patch)
treec8a015d416c0ba440dbc060ae6ab1ee5188b5450
parentfix(cargo): bump version (diff)
downloadcli-ce43ce753ee945e8536907b3d9cf490149674d3c.tar.xz
cli-ce43ce753ee945e8536907b3d9cf490149674d3c.zip
docs: remove docs links because this is a binary
-rw-r--r--Cargo.toml1
-rw-r--r--README.rst4
2 files changed, 0 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 28faefd..15fddec 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"
diff --git a/README.rst b/README.rst
index 446c710..3a3e260 100644
--- a/README.rst
+++ b/README.rst
@@ -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" />