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) ---