Skip to content

Commit 2a322c6

Browse files
committed
Fix typo
1 parent d0893f4 commit 2a322c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mdast.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ pub enum AlignKind {
7676
None,
7777
}
7878

79-
/// Implement serde according to <https://github.com/syntax-tree/mdast?tab=readme-ov-file#aligntype>
79+
/// Implement serde according to <https://github.com/syntax-tree/mdast#aligntype>
8080
#[cfg(feature = "serde")]
8181
impl serde::ser::Serialize for AlignKind {
8282
fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error>

0 commit comments

Comments
 (0)