# HG changeset patch
# User Kim Alvefur <zash@zash.se>
# Date 1483519287 -3600
# Node ID 1908e7aefca994028df06583d30e33e72b0e3036
# Parent  47a6f01231b2dee55e1836cb3b38e35747500d53
mod_http_stats_stream/example.html: Update path to reflect last minute rename

diff -r 47a6f01231b2 -r 1908e7aefca9 mod_http_stats_stream/example.html
--- a/mod_http_stats_stream/example.html	Wed Jan 04 09:18:34 2017 +0100
+++ b/mod_http_stats_stream/example.html	Wed Jan 04 09:41:27 2017 +0100
@@ -8,7 +8,7 @@
 <h1>Glorious statistics!</h1>
 <script>
 
-var evtSource = new EventSource("/streamstats");
+var evtSource = new EventSource("/stats_stream");
 
 evtSource.addEventListener("stats-full", function(e) {
 	var initial_stats = JSON.parse(e.data);