From e6eedb1a7f41f3d5ca5ae5f8cb7b0d3f99cceb24 Mon Sep 17 00:00:00 2001
From: "Mirar (Pontus Hagland)" <pike@sort.mirar.org>
Date: Fri, 2 Jul 1999 14:39:36 +0200
Subject: [PATCH] fixed typo link->ref

Rev: tutorial/extending.wmml:1.4
---
 tutorial/extending.wmml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tutorial/extending.wmml b/tutorial/extending.wmml
index 8a666a47b3..50e1fcaba3 100644
--- a/tutorial/extending.wmml
+++ b/tutorial/extending.wmml
@@ -571,7 +571,7 @@ A <tt>struct array</tt> has these members:
 <dt><tt>TYPE_FIELD type_field;</tt>
 <dd>This bit field contains one bit for each type present in the array.
     Note that bits may be set that are not present in the array, but not
-    vice versa. See <link to=TYPE_FIELD> for more information. 
+    vice versa. See <ref to=TYPE_FIELD> for more information. 
 <dt><tt>INT16 flags;</tt>
 <dd>ARRAY_* flags, you may set one or more of:
 	<dl>
-- 
GitLab