Remove the url prefix from links in website (#5013)

This commit is contained in:
Paulus Schoutsen 2018-03-24 21:21:09 -07:00 committed by GitHub
parent c29501ddbd
commit d3fc349b50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
64 changed files with 2506 additions and 2506 deletions

View file

@ -20,7 +20,7 @@ The app could be hosted on any Node.js hosting. I prefer [Heroku: Cloud Applicat
### {% linkable_title Bringing pieces together %}
1. Configure the Home Assistant [MQTT trigger](https://home-assistant.io/docs/automation/trigger/#mqtt-trigger).
1. Configure the Home Assistant [MQTT trigger](/docs/automation/trigger/#mqtt-trigger).
1. Configure [CloudMQTT](https://www.cloudmqtt.com/). Check this [video tutorial](https://www.youtube.com/watch?v=VaWdvVVYU3A) for details.
1. [![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/petkov/http_to_mqtt) HTTP to MQTT bridge app.
1. Add the [Configuration Variables](https://devcenter.heroku.com/articles/config-vars#setting-up-config-vars-for-a-deployed-application) to your Heroku app mentioned here.