Skip to content

Commit

Permalink
docs: link to htmx website
Browse files Browse the repository at this point in the history
  • Loading branch information
jcornaz committed Nov 3, 2024
1 parent 262a354 commit ab3fcef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
//!
Expand Down

0 comments on commit ab3fcef

Please sign in to comment.