Skip to content

Commit

Permalink
Fix link to "Output widget examples"
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
warrickball authored Jul 10, 2023
1 parent 39d3c5d commit a1282ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/examples/Widget List.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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)."
]
},
{
Expand Down

0 comments on commit a1282ec

Please sign in to comment.