We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03c781a commit 23f52f8Copy full SHA for 23f52f8
src/lib.rs
@@ -1,7 +1,9 @@
1
//! # Advent of Code solutions in Rust, tuned for speed.
2
-//! [![github]](https://github.com/maneatingape/advent-of-code-rust)
3
//!
4
-//! [github]: https://img.shields.io/badge/github-blue?style=for-the-badge&logo=github&labelColor=grey
+//! [![badge]][link]
+//!
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
7
8
//! <!-- Configure rustdoc -->
9
#![doc(html_logo_url = "https://maneatingape.github.io/advent-of-code-rust/logo.png")]
0 commit comments