From cadb331c47d430f5bf09b81d9c806ac29a36dc03 Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Mon, 6 Jul 2015 10:42:32 -0700
Subject: Fixed link to 'attributes'.

---
 spec.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spec.txt b/spec.txt
index 0457e01..4bd888b 100644
--- a/spec.txt
+++ b/spec.txt
@@ -7121,7 +7121,7 @@ consists of `"`, zero or more
 characters not including `"`, and a final `"`.
 
 An [open tag](@open-tag) consists of a `<` character, a [tag name],
-zero or more [attributes], optional [whitespace], an optional `/`
+zero or more [attributes](@attribute], optional [whitespace], an optional `/`
 character, and a `>` character.
 
 A [closing tag](@closing-tag) consists of the string `</`, a
-- 
cgit v1.2.3