Skip to content

Commit

Permalink
Update URLs to point to new domain
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb committed Dec 10, 2016
1 parent 461e690 commit eef179d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ By using the Home Skill patern you can use commands like
"Alexa, turn on the Kitchen Lights" and have this trigger a Node-RED flow.

In order to use this node you will require an account with
[this](https://alexa-node-red.eu-gb.mybluemix.net/) service. Once you have
[this](https://alexa-node-red.bm.hardill.me.uk/) service. Once you have
an account you can search for the Node-RED skill in the Alexa app and then
link the account.

Full documentation to set up the service can be found
[here](https://alexa-node-red.eu-gb.mybluemix.net/docs).
[here](https://alexa-node-red.bm.hardill.me.uk/docs).

## Install

Expand Down
6 changes: 3 additions & 3 deletions alexa.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<script type="text/x-red" data-help-name="alexa-home-conf">
<p>If you don't have an account on the bridge create one
<a target="_blank" href="https://alexa-node-red.eu-gb.mybluemix.net/">here</a></p>
<a target="_blank" href="https://alexa-node-red.bm.hardill.me.uk/">here</a></p>
</script>

<script type="text/javascript">
Expand Down Expand Up @@ -89,10 +89,10 @@
<script type="text/x-red" data-help-name="alexa-home">
<p>This node provides an end point for an Alexa Home Skill.
To use this node you will need to create an account and declare some devices
<a target="_blank" href="https://alexa-node-red.eu-gb.mybluemix.net/">here</a>.
<a target="_blank" href="https://alexa-node-red.bm.hardill.me.uk/">here</a>.
You will also need to add the "Node-RED" skill to your Echo device</p>
<p>A full set of setup instrucations can be found
<a target="_blank" href="https://alexa-node-red.eu-gb.mybluemix.net/docs">here</a></p>
<a target="_blank" href="https://alexa-node-red.bm.hardill.me.uk/docs">here</a></p>
<p>The <i>Topic</i> field is optional and will be added to any messages sent from
the node.</p>
<p>Auto Acknoledge tells Alexa the command suceeded no matter what. If you untick
Expand Down
2 changes: 1 addition & 1 deletion alexa.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = function(RED) {
var mqtt = require('mqtt');
var bodyParser = require('body-parser');

var devicesURL = 'https://alexa-node-red.eu-gb.mybluemix.net/api/v1/devices';
var devicesURL = 'https://alexa-node-red.bm.hardill.me.uk/api/v1/devices';


var devices = {};
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-contrib-alexa-home-skill",
"version": "0.1.11",
"version": "0.1.12",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -18,7 +18,7 @@
"type": "git",
"url": "https://github.com/hardillb/node-red-contrib-alexa-home-skill"
},
"homepage": "https://alexa-node-red.eu-gb.mybluemix.net",
"homepage": "https://alexa-node-red.bm.hardill.me.uk",
"node-red": {
"nodes": {
"alexa": "alexa.js"
Expand Down

0 comments on commit eef179d

Please sign in to comment.