Skip to content

Commit

Permalink
Add trailing slashes for docs.rs links
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdeviant committed Feb 9, 2019
1 parent 51f8ff1 commit 68f1033
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "peacock"
version = "0.0.1"
description = "A game engine for making beautiful games."
repository = "https://github.com/maxdeviant/peacock"
documentation = "https://docs.rs/peacock"
documentation = "https://docs.rs/peacock/"
categories = ["game-engines"]
keywords = ["peacock", "game", "engine", "gamedev"]
authors = ["Marshall Bowers <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Peacock

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

Peacock is a game engine for making beautiful games.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! Peacock is a game engine for making beautiful games.
//!
//! [![Crates.io](https://img.shields.io/crates/v/peacock.svg)](https://crates.io/crates/peacock)
//! [![Docs.rs](https://docs.rs/peacock/badge.svg)](https://docs.rs/peacock)
//! [![Docs.rs](https://docs.rs/peacock/badge.svg)](https://docs.rs/peacock/)
//! [![Crates.io](https://img.shields.io/crates/l/peacock.svg)](https://github.com/maxdeviant/peacock/blob/master/LICENSE)
//!
//! ## Installation
Expand Down

0 comments on commit 68f1033

Please sign in to comment.