From a1282ec692b35d91e0b3062016962634c7a8012e Mon Sep 17 00:00:00 2001 From: Warrick Ball Date: Mon, 10 Jul 2023 11:47:21 +0100 Subject: [PATCH] Fix link to "Output widget examples" The space in the URL disrupts the Markdown syntax so that the hyperlink isn't rendered properly. This replaces the space with `%20` to fix the link. --- docs/source/examples/Widget List.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/examples/Widget List.ipynb b/docs/source/examples/Widget List.ipynb index 2a3178bbc7..328cbd5374 100644 --- a/docs/source/examples/Widget List.ipynb +++ b/docs/source/examples/Widget List.ipynb @@ -956,7 +956,7 @@ "source": [ "## Output\n", "\n", - "The `Output` widget can capture and display stdout, stderr and [rich output generated by IPython](http://ipython.readthedocs.io/en/stable/api/generated/IPython.display.html#module-IPython.display). For detailed documentation, see the [output widget examples](https://ipywidgets.readthedocs.io/en/latest/examples/Output Widget.html)." + "The `Output` widget can capture and display stdout, stderr and [rich output generated by IPython](http://ipython.readthedocs.io/en/stable/api/generated/IPython.display.html#module-IPython.display). For detailed documentation, see the [output widget examples](https://ipywidgets.readthedocs.io/en/latest/examples/Output%20Widget.html)." ] }, {