Skip to content

Commit 315ff52

Browse files
vinicius73logaretm
authored andcommitted
Fix readme links (#16)
* Fix README Links * fix missing link
1 parent 98256f8 commit 315ff52

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -30,23 +30,23 @@ npm install @vue/composition-api vue-use-web
3030

3131
Each composition function is designed to degrade gracefully so you can safely use them, but you should use these as a progressive enhancements for your apps. Check browsers compatibilities for each API.
3232

33-
- [Battery Status API](https://logaretm.github.io/vue-use-web/guide/battery.md).
34-
- [Clipboard API](https://logaretm.github.io/vue-use-web/guide/clipboard.md).
35-
- [Device Light](https://logaretm.github.io/vue-use-web/guide/device-light.md).
36-
- [Device Motion](https://logaretm.github.io/vue-use-web/guide/device-motion.md).
37-
- [Device Orientation](https://logaretm.github.io/vue-use-web/guide/device-orientation.md).
38-
- [Fetch API](https://logaretm.github.io/vue-use-web/guide/fetch.md).
39-
- [Full-screen](https://logaretm.github.io/vue-use-web/guide/fullscreen.md).
40-
- [Geo-location API](https://logaretm.github.io/vue-use-web/guide/geolocation.md).
41-
- [Localstorage API](https://logaretm.github.io/vue-use-web/guide/local-storage.md)
42-
- [Intersection Observer](https://logaretm.github.io/vue-use-web/guide/intersection-observer.md).
43-
- [Mouse Position](https://logaretm.github.io/vue-use-web/guide/mouse-position.md)
44-
- [Network Information API](https://logaretm.github.io/vue-use-web/guide/network.md).
45-
- [Preferred Color Scheme](https://logaretm.github.io/vue-use-web/guide/preferred-color-scheme.md).
46-
- [Preferred Languages](https://logaretm.github.io/vue-use-web/guide/preferred-languages.md).
47-
- [Script](https://logaretm.github.io/vue-use-web/guide/script.md).
48-
- [Window Scroll Position](https://logaretm.github.io/vue-use-web/guide/scroll-position.md).
49-
- [Window Size](https://logaretm.github.io/vue-use-web/guide/window-size.md).
33+
- [Battery Status API](https://logaretm.github.io/vue-use-web/guide/battery.html).
34+
- [Clipboard API](https://logaretm.github.io/vue-use-web/guide/clipboard.html).
35+
- [Device Light](https://logaretm.github.io/vue-use-web/guide/device-light.html).
36+
- [Device Motion](https://logaretm.github.io/vue-use-web/guide/device-motion.html).
37+
- [Device Orientation](https://logaretm.github.io/vue-use-web/guide/device-orientation.html).
38+
- [Fetch API](https://logaretm.github.io/vue-use-web/guide/fetch.html).
39+
- [Full-screen](https://logaretm.github.io/vue-use-web/guide/fullscreen.html).
40+
- [Geo-location API](https://logaretm.github.io/vue-use-web/guide/geolocation.html).
41+
- [Localstorage API](https://logaretm.github.io/vue-use-web/guide/local-storage.html)
42+
- [Intersection Observer](https://logaretm.github.io/vue-use-web/guide/intersection-observer.html).
43+
- [Mouse Position](https://logaretm.github.io/vue-use-web/guide/mouse-position.html)
44+
- [Network Information API](https://logaretm.github.io/vue-use-web/guide/network.html).
45+
- [Preferred Color Scheme](https://logaretm.github.io/vue-use-web/guide/preferred-color-scheme.html).
46+
- [Preferred Languages](https://logaretm.github.io/vue-use-web/guide/preferred-languages.html).
47+
- [Script](https://logaretm.github.io/vue-use-web/guide/script.html).
48+
- [Window Scroll Position](https://logaretm.github.io/vue-use-web/guide/scroll-position.html).
49+
- [Window Size](https://logaretm.github.io/vue-use-web/guide/window-size.html).
5050
- Bluetooth (WIP).
5151
- Notification (WIP).
5252
- Share (WIP).

0 commit comments

Comments
 (0)