From ab3fcef6fb332dcb4e02215fa62a2571c6ff4e0e Mon Sep 17 00:00:00 2001 From: Jonathan Cornaz Date: Sun, 3 Nov 2024 21:58:27 +0100 Subject: [PATCH] docs: link to htmx website --- README.md | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 22bed4d..126c14a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ![License](https://img.shields.io/github/license/jcornaz/fun-htmx) ![MSRV](https://img.shields.io/crates/msrv/fun-htmx) -This crate provides a collection of HTMX attributes for [`fun-html`](https://github.com/jcornaz/fun-html/) +This crate provides a collection of [HTMX](https://htmx.org) attributes for [`fun-html`](https://github.com/jcornaz/fun-html/) # Example diff --git a/src/lib.rs b/src/lib.rs index e95b79a..18a61da 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -2,7 +2,7 @@ #![cfg_attr(docsrs, feature(doc_auto_cfg))] #![warn(missing_docs)] -//! This crate provides a collection of HTMX attributes for [`fun-html`](https://github.com/jcornaz/fun-html/) +//! This crate provides a collection of [HTMX](https://htmx.org) attributes for [`fun-html`](https://github.com/jcornaz/fun-html/) //! //! # Example //!