docs: update README links for online user interfaces#1502
Open
Khushi-gc wants to merge 1 commit intoeclipse-thingweb:masterfrom
Open
docs: update README links for online user interfaces#1502Khushi-gc wants to merge 1 commit intoeclipse-thingweb:masterfrom
Khushi-gc wants to merge 1 commit intoeclipse-thingweb:masterfrom
Conversation
Update broken links in the Online Things section and browser example after thingweb.io website restructuring. Also add a reference to the generic Web UI. Fixes eclipse-thingweb#1399 Signed-off-by: Khushi-gc <khushi@globcred.org>
| ``` | ||
|
|
||
| If you execute both scripts you will see `count: ${count}` printed 5 times. We host a more complex version of this example at [http://plugfest.thingweb.io/examples/counter.html](http://plugfest.thingweb.io/examples/counter.html) and you can find the source code in the [counter example](./examples/browser) folder. You can also find more examples in the [examples folder](./examples/scripts) for JavaScript and in the [examples folder](./packages/examples/) for TypeScript. Finally, for your convenience, we host a set of online Things that you can use to test your applications. You can find more information about them in the [Online Things](#online-things) section. | ||
| If you execute both scripts you will see `count: ${count}` printed 5 times. We host a more complex version of this example at [https://thingweb.io/webui/#tab-counter](https://thingweb.io/webui/#tab-counter) and you can find the source code in the [counter example](./examples/browser) folder. You can also find more examples in the [examples folder](./examples/scripts) for JavaScript and in the [examples folder](./packages/examples/) for TypeScript. Finally, for your convenience, we host a set of online Things that you can use to test your applications. You can find more information about them in the [Online Things](#online-things) section. |
Member
There was a problem hiding this comment.
We need to rework the links (and websites) in a more sophisticated fashion.
We used to have a dedicated HTML website for counter. The proposed change points to the generic WebUI.
The proper link on GitHub would be https://github.com/eclipse-thingweb/node-wot/blob/master/examples/browser/counter.html but it is no longer hosted anywhere
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update broken links in the Online Things section and browser example after thingweb.io website restructuring. Also add a reference to the generic Web UI.
Fixes #1399