Skip to content

Commit fe2b5fc

Browse files
authored
chore: fix readme links (#48)
1 parent 6312d5d commit fe2b5fc

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,22 @@ npm i -S relit
1717

1818
The following is the full list of available utilities:
1919

20-
- [activeElement](./activeElement.md) - observable [document.activeElement](https://developer.mozilla.org/en-US/docs/Web/API/Document/activeElement)
21-
- [bindInput](./bindInput.md) - two-way bindings of form controls/inputs
22-
- [documentVisibility](./documentVisibility.md) - observable [document.visibilityState](https://developer.mozilla.org/en-US/docs/Web/API/Document/visibilityState)
23-
- [elementSize](./elementSize.md) - element width and height
24-
- [elementVisibility](./elementVisibility.md) - element visibility
25-
- [head](./head.md) - `<head>` tag management
26-
- [itemSelection](./itemSelection.md) - manages selection within an array of items
27-
- [keyBinding](./keyBinding.md) - key bindings (shortcuts) manager
28-
- [localStorage](./localStorage.md) - items in [localStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage)
29-
- [markdown](./markdown.md) - markdown processing via [marked](https://github.com/markedjs/marked)
30-
- [onLongPress](./onLongPress.md) - fire callback on long press
31-
- [permissions](./permissions.md) - track the state of a browser [permission](https://developer.mozilla.org/en-US/docs/Web/API/Permissions/query)
32-
- [propertyHistory](./propertyHistory.md) - track the history of a property with undo/redo
33-
- [sessionStorage](./sessionStorage.md) - items in [sessionStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage)
34-
- [slot](./slot.md) - track slotted elements
35-
- [windowScroll](./windowScroll.md) - track the window scroll offset
20+
- [activeElement](./docs/activeElement.md) - observable [document.activeElement](https://developer.mozilla.org/en-US/docs/Web/API/Document/activeElement)
21+
- [bindInput](./docs/bindInput.md) - two-way bindings of form controls/inputs
22+
- [documentVisibility](./docs/documentVisibility.md) - observable [document.visibilityState](https://developer.mozilla.org/en-US/docs/Web/API/Document/visibilityState)
23+
- [elementSize](./docs/elementSize.md) - element width and height
24+
- [elementVisibility](./docs/elementVisibility.md) - element visibility
25+
- [head](./docs/head.md) - `<head>` tag management
26+
- [itemSelection](./docs/itemSelection.md) - manages selection within an array of items
27+
- [keyBinding](./docs/keyBinding.md) - key bindings (shortcuts) manager
28+
- [localStorage](./docs/localStorage.md) - items in [localStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage)
29+
- [markdown](./docs/markdown.md) - markdown processing via [marked](https://github.com/markedjs/marked)
30+
- [onLongPress](./docs/onLongPress.md) - fire callback on long press
31+
- [permissions](./docs/permissions.md) - track the state of a browser [permission](https://developer.mozilla.org/en-US/docs/Web/API/Permissions/query)
32+
- [propertyHistory](./docs/propertyHistory.md) - track the history of a property with undo/redo
33+
- [sessionStorage](./docs/sessionStorage.md) - items in [sessionStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage)
34+
- [slot](./docs/slot.md) - track slotted elements
35+
- [windowScroll](./docs/windowScroll.md) - track the window scroll offset
3636

3737
## License
3838

0 commit comments

Comments
 (0)