mirror of
https://github.com/arx-research/libhalo.git
synced 2026-01-10 13:48:08 -05:00
Docs: Fix halo-demos links (#175)
This commit is contained in:
committed by
GitHub
parent
6691730d9b
commit
3704055c09
@@ -35,6 +35,7 @@ Installation of additional software is not required on the user's side.
|
||||
* [Using libhalo within a React.js web application](https://github.com/arx-research/libhalo/blob/master/docs/web-reactjs.md)
|
||||
* [Documentation of the execHaloCmdWeb API](https://github.com/arx-research/libhalo/blob/master/docs/api-web.md)
|
||||
* [Documentation of the utility functions exposed by LibHaLo](https://github.com/arx-research/libhalo/blob/master/docs/api-utils.md)
|
||||
* [Interactive examples of using LibHaLo on web](https://halo-demos.arx.org/examples/)
|
||||
|
||||
### (React Native) execHaloCmdRN
|
||||
```
|
||||
@@ -47,6 +48,7 @@ For React Native mobile applications (Android/iOS) based on `react-native-nfc-ma
|
||||
* [Using libhalo within a React Native mobile application for Android/iOS](https://github.com/arx-research/libhalo/blob/master/docs/mobile-react-native.md)
|
||||
* [Documentation of the execHaloCmdRN API](https://github.com/arx-research/libhalo/blob/master/docs/api-react-native.md)
|
||||
* [Documentation of the utility functions exposed by LibHaLo](https://github.com/arx-research/libhalo/blob/master/docs/api-utils.md)
|
||||
* [Interactive examples of using LibHaLo on web](https://halo-demos.arx.org/examples/)
|
||||
|
||||
### (Desktop) execHaloCmdPCSC
|
||||
```
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
|
||||
Please review releases labeled with "LibHaLo" on the [releases](https://github.com/arx-research/libhalo/releases) page for standalone build of `libhalo.js`, suitable for inclusion in classic HTML applications. On the other hand, if you are developing your application with React.js or other frontend framework, see [@arx-research/libhalo](https://www.npmjs.com/package/@arx-research/libhalo) on NPM registry.
|
||||
|
||||
The interactive LibHaLo web demos are hosted at: [halo-demos.arx.org](https://halo-demos.arx.org/).
|
||||
The interactive LibHaLo web demos are hosted at: [halo-demos.arx.org](https://halo-demos.arx.org/examples/).
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# LibHaLo Web Demos
|
||||
|
||||
The interactive demos are hosted at: [halo-demos.arx.org](https://halo-demos.arx.org/).
|
||||
The interactive demos are hosted at: [halo-demos.arx.org](https://halo-demos.arx.org/examples/).
|
||||
|
||||
Reference in New Issue
Block a user