From ba14f4ad534cf539cf9bc3261a63fc0a658d54e9 Mon Sep 17 00:00:00 2001 From: Jvst Me Date: Sun, 4 Feb 2024 16:47:52 +0300 Subject: [PATCH] docs: Fix broken link --- guide/src/format/markdown.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/src/format/markdown.md b/guide/src/format/markdown.md index f63e0888..7c9b22bb 100644 --- a/guide/src/format/markdown.md +++ b/guide/src/format/markdown.md @@ -232,4 +232,4 @@ Example: This makes the level 1 heading with the content `Example heading`, ID `first`, and classes `class1` and `class2`. Note that the attributes should be space-separated. -More information can be found in the [heading attrs spec page](https://github.com/raphlinus/pulldown-cmark/blob/master/specs/heading_attrs.txt). +More information can be found in the [heading attrs spec page](https://github.com/raphlinus/pulldown-cmark/blob/master/pulldown-cmark/specs/heading_attrs.txt).