From f9671ae45b7f7c9c2c98732ebe2798c321e1bdc5 Mon Sep 17 00:00:00 2001 From: Matt N Date: Sat, 19 Nov 2016 01:04:34 -0800 Subject: [PATCH] Fix httpie link typo (#1461) --- source/developers/server_sent_events.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/developers/server_sent_events.markdown b/source/developers/server_sent_events.markdown index 6d9e9e1cd69..2f94a0bc8e0 100644 --- a/source/developers/server_sent_events.markdown +++ b/source/developers/server_sent_events.markdown @@ -44,7 +44,7 @@ Visit [http://localhost:8123/local/sse.html](http://localhost:8123/local/sse.htm ## {% linkable_title Examples %} -A simple way to consume server-sent events is to use a command-line http client like [httpie][https://httpie.org/]. Installation info is on the site (if you use Homebrew, it's `brew install httpie`). Once installed, run this snippet from your terminal: +A simple way to consume server-sent events is to use a command-line http client like [httpie](https://httpie.org/). Installation info is on the site (if you use Homebrew, it's `brew install httpie`). Once installed, run this snippet from your terminal: ```bash $ http --stream http://localhost:8123/api/stream x-ha-access:YOUR_PASSWORD content-type:application/json