From 12e3e8b48987a52b578932ed19b464c8872c19ca Mon Sep 17 00:00:00 2001 From: nameanyone Date: Mon, 15 Aug 2016 10:42:26 -0700 Subject: [PATCH] Fix a link to GroupedTiddlers (#2537) --- editions/tw5.com/tiddlers/widgets/ListWidget.tid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editions/tw5.com/tiddlers/widgets/ListWidget.tid b/editions/tw5.com/tiddlers/widgets/ListWidget.tid index 6e80b2d76..e666ba5b8 100644 --- a/editions/tw5.com/tiddlers/widgets/ListWidget.tid +++ b/editions/tw5.com/tiddlers/widgets/ListWidget.tid @@ -63,7 +63,7 @@ Displays as: !! Grouped Lists -See NestedLists for how to generate nested and grouped lists using the ListWidget. +See GroupedLists for how to generate nested and grouped lists using the ListWidget. ! Content and Attributes @@ -94,4 +94,4 @@ In order for the storyviews to animate correctly each entry in the list should b !! History and navigation -The optional `history` attribute specifies the name of a tiddler that is used to track the current tiddler for navigation purposes. When the history tiddler changes the list view responds by telling the listview to handle navigating to the new tiddler. See HistoryMechanism for details. \ No newline at end of file +The optional `history` attribute specifies the name of a tiddler that is used to track the current tiddler for navigation purposes. When the history tiddler changes the list view responds by telling the listview to handle navigating to the new tiddler. See HistoryMechanism for details.