Skip to content

Commit 23f52f8

Browse files
committed
Tidy links
1 parent 03c781a commit 23f52f8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/lib.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
//! # Advent of Code solutions in Rust, tuned for speed.
2-
//! [![github]](https://github.com/maneatingape/advent-of-code-rust)
32
//!
4-
//! [github]: https://img.shields.io/badge/github-blue?style=for-the-badge&logo=github&labelColor=grey
3+
//! [![badge]][link]
4+
//!
5+
//! [badge]: https://img.shields.io/badge/github-blue?style=for-the-badge&logo=github&labelColor=grey
6+
//! [link]: https://github.com/maneatingape/advent-of-code-rust
57
68
//! <!-- Configure rustdoc -->
79
#![doc(html_logo_url = "https://maneatingape.github.io/advent-of-code-rust/logo.png")]

0 commit comments

Comments
 (0)