From 7d43a20804627868e021ac18978b9b36e2e18fb8 Mon Sep 17 00:00:00 2001 From: Richard Townsend Date: Sun, 10 Aug 2014 05:50:13 -0700 Subject: [PATCH] Updated Adding Attributes (markdown) --- Adding-Attributes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Adding-Attributes.md b/Adding-Attributes.md index 21bb7c0..455903d 100644 --- a/Adding-Attributes.md +++ b/Adding-Attributes.md @@ -17,4 +17,4 @@ for i, a := range attrs { **Code excerpt: Adding two new Attributes to a blank `UpdatableDataGrid`** * Attributes can only be added to empty `UpdatableDataGrids` (i.e. before calling `Extend` to allocate memory). -* `AddAttribute` returns an `AttributeSpec` describing where the `Attribute` was inserted. \ No newline at end of file +* `AddAttribute` returns an [`AttributeSpec`](Attribute Specifications) describing where the `Attribute` was inserted. \ No newline at end of file