Skip to content

Commit 68f1033

Browse files
committed
Add trailing slashes for docs.rs links
1 parent 51f8ff1 commit 68f1033

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "peacock"
33
version = "0.0.1"
44
description = "A game engine for making beautiful games."
55
repository = "https://github.com/maxdeviant/peacock"
6-
documentation = "https://docs.rs/peacock"
6+
documentation = "https://docs.rs/peacock/"
77
categories = ["game-engines"]
88
keywords = ["peacock", "game", "engine", "gamedev"]
99
authors = ["Marshall Bowers <[email protected]>"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Peacock
22

33
[![Crates.io](https://img.shields.io/crates/v/peacock.svg)](https://crates.io/crates/peacock)
4-
[![Docs.rs](https://docs.rs/peacock/badge.svg)](https://docs.rs/peacock)
4+
[![Docs.rs](https://docs.rs/peacock/badge.svg)](https://docs.rs/peacock/)
55
[![Crates.io](https://img.shields.io/crates/l/peacock.svg)](https://github.com/maxdeviant/peacock/blob/master/LICENSE)
66

77
Peacock is a game engine for making beautiful games.

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//! Peacock is a game engine for making beautiful games.
22
//!
33
//! [![Crates.io](https://img.shields.io/crates/v/peacock.svg)](https://crates.io/crates/peacock)
4-
//! [![Docs.rs](https://docs.rs/peacock/badge.svg)](https://docs.rs/peacock)
4+
//! [![Docs.rs](https://docs.rs/peacock/badge.svg)](https://docs.rs/peacock/)
55
//! [![Crates.io](https://img.shields.io/crates/l/peacock.svg)](https://github.com/maxdeviant/peacock/blob/master/LICENSE)
66
//!
77
//! ## Installation

0 commit comments

Comments
 (0)