summaryrefslogtreecommitdiff
path: root/content/cockpit/protocol-interaction.md
diff options
context:
space:
mode:
authorStef Walter <stefw@redhat.com>2017-03-03 09:58:31 +0100
committerStef Walter <stefw@redhat.com>2017-08-09 10:05:55 +0200
commitdf6863a758176feda898751c811ecd7deba3ea05 (patch)
tree0704c504d7f1a28ea8fc630f5f5b6fbb3f53b3d9 /content/cockpit/protocol-interaction.md
parentc2e8f2ece5d36aca34ab6089c87a9f9db217e777 (diff)
Fix broken links
Diffstat (limited to 'content/cockpit/protocol-interaction.md')
-rw-r--r--content/cockpit/protocol-interaction.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/cockpit/protocol-interaction.md b/content/cockpit/protocol-interaction.md
index c43ed42..02fef06 100644
--- a/content/cockpit/protocol-interaction.md
+++ b/content/cockpit/protocol-interaction.md
@@ -197,7 +197,7 @@ The process will send its output in the payload of one or more messages of the `
Doing it over a WebSocket
-------------------------
-Obviously in Cockpit we send all of these messages from the browser through a WebSocket hosted by `cockpit-ws`. `cockpit-ws` then passes them on to `cockpit-bridge`. You can communicate this way too, if you [configure Cockpit to accept different Websocket Origins](http://files.cockpit-project.org/guide/cockpit.conf.5.html).
+Obviously in Cockpit we send all of these messages from the browser through a WebSocket hosted by `cockpit-ws`. `cockpit-ws` then passes them on to `cockpit-bridge`. You can communicate this way too, if you [configure Cockpit to accept different Websocket Origins](http://cockpit-project.org/guide/latest/cockpit.conf.5.html).
And on it goes
--------------