From f3f96f20c9aedb806735e393f95e2a26ff1a3882 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Tue, 14 Mar 2017 22:55:15 +0000 Subject: [PATCH] Updated Design: Library Sidebar (markdown) --- Design:-Library-Sidebar.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Design:-Library-Sidebar.md b/Design:-Library-Sidebar.md index bf3d800..d716b61 100644 --- a/Design:-Library-Sidebar.md +++ b/Design:-Library-Sidebar.md @@ -158,8 +158,8 @@ The previous example becomes: The current storage API is not going to change: - - `Storage.getLibraryEntry(type,name)` - - `Storage.saveLibraryEntry(type,name,meta,body)` + - [`Storage.getLibraryEntry(type,name)`](http://nodered.org/docs/api/storage/methods/#storagegetlibraryentrytypename) + - [`Storage.saveLibraryEntry(type,name,meta,body)`](http://nodered.org/docs/api/storage/methods/#storagesavelibraryentrytypenamemetabody) ---