Fix a broken link to setting up a BLE tracker. (#72)

* Fix a broken link to setting up a BLE tracker.

Old link points [here](https://esphomelib.com/esphomeyaml/components/binary_sensor/esp32_ble.html#setting-up-devices) (which 404s).
New link points [here](https://esphomelib.com/esphomeyaml/components/binary_sensor/esp32_ble_tracker.html#esp32-ble-tracker-setting-up-devices), which seems to be what was intended.

* Use RST syntax
This commit is contained in:
Corban Mailloux 2018-11-03 09:07:52 -04:00 committed by Otto Winter
parent a480b431f9
commit f44e116804

View File

@ -4,7 +4,7 @@ ESP32 Bluetooth Low Energy Tracker Hub
The ``esp32_ble_tracker`` component creates a global hub so that you can track bluetooth low
energy devices using your ESP32 node.
See `Setting up devices </esphomeyaml/components/binary_sensor/esp32_ble.html#setting-up-devices>`__
See :ref:`Setting up devices <esp32_ble_tracker-setting_up_devices>`
for information on how you can find out the MAC address of a device and track it using esphomelib.
.. code:: yaml