Fix broken links in mjpeg and generic ip cam documentation (#10732)

* Fix broken links

* Fix broken links
This commit is contained in:
Hmmbob 2019-10-12 12:12:14 +02:00 committed by Franck Nijhof
parent 14f15b3d3d
commit 2abfdc8b7b
2 changed files with 3 additions and 3 deletions

View File

@ -25,11 +25,11 @@ camera:
{% configuration %} {% configuration %}
still_image_url: still_image_url:
description: "The URL your camera serves the image on, e.g., http://192.168.1.21:2112/. Can be a [template](/topics/templating/)." description: "The URL your camera serves the image on, e.g., `http://192.168.1.21:2112/`. Can be a [template](/topics/templating/)."
required: true required: true
type: string type: string
stream_source: stream_source:
description: "The URL your camera serves the live stream on, e.g., rtsp://192.168.1.21:554/." description: "The URL your camera serves the live stream on, e.g., `rtsp://192.168.1.21:554/`."
required: false required: false
type: string type: string
name: name:

View File

@ -25,7 +25,7 @@ camera:
{% configuration %} {% configuration %}
mjpeg_url: mjpeg_url:
description: The URL your camera serves the video on, e.g., http://192.168.1.21:2112/ description: The URL your camera serves the video on, e.g., `http://192.168.1.21:2112/`
required: true required: true
type: string type: string
still_image_url: still_image_url: