diff --git a/source/_integrations/generic_ip_camera.markdown b/source/_integrations/generic_ip_camera.markdown index 8ea0e420c1d..e701055785c 100644 --- a/source/_integrations/generic_ip_camera.markdown +++ b/source/_integrations/generic_ip_camera.markdown @@ -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: diff --git a/source/_integrations/mjpeg.markdown b/source/_integrations/mjpeg.markdown index 2f9ccd4884d..33383a68061 100644 --- a/source/_integrations/mjpeg.markdown +++ b/source/_integrations/mjpeg.markdown @@ -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: