aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-02-22 02:03:04 +0000
committerFuwn <[email protected]>2025-06-09 07:46:10 +0000
commitec8e147ef128a2d5d4111571bb2959520ba71d13 (patch)
tree1545b11006168a99c4ee3c14a60f6661306d0913 /crates
parentdoc(readme): add link to examples (diff)
downloaddivina-ec8e147ef128a2d5d4111571bb2959520ba71d13.tar.xz
divina-ec8e147ef128a2d5d4111571bb2959520ba71d13.zip
docs(divina_util): link style
Diffstat (limited to 'crates')
-rw-r--r--crates/divina_util/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/divina_util/src/lib.rs b/crates/divina_util/src/lib.rs
index ff84778..f20a549 100644
--- a/crates/divina_util/src/lib.rs
+++ b/crates/divina_util/src/lib.rs
@@ -16,7 +16,7 @@
html_favicon_url = "https://emojipedia-us.s3.dualstack.us-west-1.amazonaws.com/thumbs/160/twitter/282/ribbon_1f380.png"
)]
-/// https://stackoverflow.com/a/32289869/14452787
+/// <https://stackoverflow.com/a/32289869/14452787>
///
/// and some help from <https://dev.to/rogertorres/first-steps-with-rust-declarative-macros-1f8m>
#[macro_export]