Skip to content

Commit bd55f7f

Browse files
authored
Merge pull request #3061 from bacboc/feature
Fix broken link
2 parents 9f7ee68 + d9a6bc8 commit bd55f7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/comms.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Comms
22
=====
33

44
*Comms* allow custom messages between the frontend and the kernel. They are used,
5-
for instance, in `ipywidgets <http://ipywidgets.readthedocs.io/en/latest/>`__ to
5+
for instance, in `ipywidgets <https://ipywidgets.readthedocs.io/en/latest/>`__ to
66
update widget state.
77

88
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.
1212

1313
.. seealso::
1414

15-
`Custom Messages <http://jupyter-client.readthedocs.io/en/latest/messaging.html#custom-messages>`__
15+
`Custom Messages <https://jupyter-client.readthedocs.io/en/latest/messaging.html#custom-messages>`__
1616
The messaging specification section on comms
1717

1818
Opening a comm from the kernel

0 commit comments

Comments
 (0)