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 %}
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
type: string
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
type: string
name:

View File

@ -25,7 +25,7 @@ camera:
{% configuration %}
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
type: string
still_image_url: