Skip to content

Commit eeba0d7

Browse files
authored
Fix typo in extended callbacks docs (#528)
The url markup wasn't complete. Missing the closing bracket.
1 parent e6dd41d commit eeba0d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/extended_callbacks.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ For example, the ``plotly_apps.py`` example contains this dash application:
4141
4242
The additional arguments, which are reported as the ``kwargs`` content in this example, include
4343

44-
:callback_context: The ``Dash`` callback context. See the `documentation <https://dash.plotly.com/advanced-callbacks`_ on the content of
44+
:callback_context: The ``Dash`` callback context. See the `documentation <https://dash.plotly.com/advanced-callbacks>`_ on the content of
4545
this variable. This variable is provided as an argument to the callback as well as
4646
the ``dash.callback_context`` global variable.
4747
:dash_app: For stateful applications, the ``DashApp`` model instance

0 commit comments

Comments
 (0)