Skip to content

Commit a1282ec

Browse files
authored
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.
1 parent 39d3c5d commit a1282ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/examples/Widget List.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -956,7 +956,7 @@
956956
"source": [
957957
"## Output\n",
958958
"\n",
959-
"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)."
959+
"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)."
960960
]
961961
},
962962
{

0 commit comments

Comments
 (0)