Skip to content

Commit a8603a0

Browse files
committed
fix section ref
1 parent e221040 commit a8603a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/javascript-components.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ adheres to the following interface:
9191
- ``childModels`` is an array of unrendered VDOM elements. Passing them in this raw
9292
form allows for other frameworks besides react to render them as needed. If you
9393
are using react, you can just use the ``idom-client-react`` library to process
94-
them. See :ref:`Distributing Javascript via PyPI` for an example usage.
94+
them. See :ref:`Distributing Javascript via PyPI_` for an example usage.
9595

9696
The interface returned by ``bind()`` can be thought of as being similar to that of
9797
React.

0 commit comments

Comments
 (0)