solid-ui 2.4.22-10030c4a → 2.4.22-21ace821

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -7,9 +7,9 @@ User Interface widgets and utilities for Solid (solid-ui)
7
7
  These are HTML5 widgets which connect to a solid store. Building blocks for solid-based apps.
8
8
  Vanilla JS. Includes large widgets like chat, table, matrix, form fields, and small widgets.
9
9
 
10
- See [storybook](http://solidos.github.io/solid-ui/examples/storybook/) for SolidUI widgets.
11
- See [API](https://solidos.github.io/solid-ui/Documentation/api/) for SolidUI functions.
12
- See [Forms](https://solidos.github.io/solid-ui/Documentation/form-examples/demo.html) for UI vocabulary implementation.
10
+ See [Solid-Ui Storybook](http://solidos.github.io/solid-ui/examples/storybook/) for SolidUI widgets.
11
+ See [Solid-UI API](https://solidos.github.io/solid-ui/Documentation/api/) for SolidUI functions.
12
+ See [Forms introduction](./Documentation/FormsReadme.md) for UI vocabulary implementation.
13
13
 
14
14
  Table of content:
15
15
  - Getting started(#getting-started)
@@ -69,5 +69,5 @@ If there is no story for the component yet, add a new one to `./src/stories`.
69
69
  When you want to test the component within a solid-pane, you can use the [development mode of solid-panes](https://github.com/solidos/solid-panes#development).
70
70
 
71
71
  ## Further documentation
72
- - [Slides about forms](https://solidos.github.io/solid-ui/Documentation/talks/FormsTalk.html)
72
+
73
73
  - [Some code know-how](https://github.com/SolidOS/solidos/wiki/2.-Solid-UI-know-how)