From: Josh Simmons Date: Sat, 16 Nov 2024 15:17:45 +0000 (+0100) Subject: shark: Fix link in doc comment X-Git-Url: https://git.nega.tv//gitweb.cgi?a=commitdiff_plain;h=07b2c4ecc195efe981c4b832dce3e828bc2e871c;p=josh%2Fnarcissus shark: Fix link in doc comment --- diff --git a/title/shark/src/microshades.rs b/title/shark/src/microshades.rs index ac055b9..1525786 100644 --- a/title/shark/src/microshades.rs +++ b/title/shark/src/microshades.rs @@ -11,7 +11,7 @@ //! crafted palettes that improve CVD accessibility and may be applied to any //! plot. //! -//! https://karstenslab.github.io/project/microshades/ +//! pub const GRAY_RGBA8: [u32; 5] = [0xd9d9_d9ff, 0xbdbdbdff, 0x969696ff, 0x737373ff, 0x525252ff]; pub const BROWN_RGBA8: [u32; 5] = [0xd8c7beff, 0xcaa995ff, 0xb78560ff, 0x9e5c00ff, 0x7d3200ff];