fix tweet.io links

to close #332
This commit is contained in:
Dave Conway-Jones 2017-06-13 00:11:30 +01:00
parent c19197f540
commit f6a05823a9
No known key found for this signature in database
GPG Key ID: 81B04231572A9A2D
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@
<p>Sends the <code>msg.payload</code> to Dweet.io</p>
<p>Optionally uses <code>msg.thing</code> to set the thing id, if not already set in the properties.</p>
<p>You need to make the thing id unique - you are recommended to use a GUID.<p>
<p>For further info see the <a href="https://dweetio.io/" target="_new">Dweet.io website</a>.</p>
<p>For further info see the <a href="https://dweet.io/" target="_new">Dweet.io website</a>.</p>
</script>
<script type="text/javascript">
@ -56,7 +56,7 @@
<p>Listens for messages from Dweet.io</p>
<p>The thing id should be globally unique as they are all public - you are recommended to use a GUID.<p>
<p>The Thing ID is set into <code>msg.dweet</code>, and the timesamp into <code>msg.created</code>.</p>
<p>For further info see the <a href="https://dweetio.io/" target="_new">Dweet.io website</a>.</p>
<p>For further info see the <a href="https://dweet.io/" target="_new">Dweet.io website</a>.</p>
</script>
<script type="text/javascript">

View File

@ -1,6 +1,6 @@
{
"name" : "node-red-node-dweetio",
"version" : "0.0.14",
"version" : "0.0.15",
"description" : "A Node-RED node to send and receive simple dweets",
"dependencies" : {
"node-dweetio" : "0.0.11"