From d9a6bc85c2953978a69a698fdeef9142f5247ad4 Mon Sep 17 00:00:00 2001 From: bacboc Date: Mon, 20 Nov 2017 21:40:01 +0900 Subject: [PATCH] Fix some broken link --- docs/source/comms.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/comms.rst b/docs/source/comms.rst index af51030c4..1a0a5a325 100644 --- a/docs/source/comms.rst +++ b/docs/source/comms.rst @@ -2,7 +2,7 @@ Comms ===== *Comms* allow custom messages between the frontend and the kernel. They are used, -for instance, in `ipywidgets `__ to +for instance, in `ipywidgets `__ to update widget state. A comm consists of a pair of objects, in the kernel and the frontend, with an @@ -12,7 +12,7 @@ or kernel, can open or close the comm. .. seealso:: - `Custom Messages `__ + `Custom Messages `__ The messaging specification section on comms Opening a comm from the kernel