Skip to content

Commit 99556a1

Browse files
authored
Fix docs reference (#1017)
1 parent a66bd11 commit 99556a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/kernels.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ Packaging
192192
=========
193193

194194
To release your kernel as a Python package, we recommend following the pattern
195-
used in the :ref:`echo_kernel`, which uses the `hatch`_ build backend and
195+
used in the `echo_kernel`_, which uses the `hatch`_ build backend and
196196
a build file that creates the kernel directory with the ``kernel.json`` and
197197
kernel icons, which is included as ``shared-data``, ending up in the
198198
``share/jupyter/kernels/`` folder in the user's installed environment.
@@ -201,3 +201,4 @@ See `pyproject.toml`_ and `hatch_build.py`_ for more details.
201201
.. _hatch: https://hatch.pypa.io/latest/
202202
.. _pyproject.toml: https://github.com/jupyter/echo_kernel/blob/main/pyproject.toml
203203
.. _hatch_build.py: https://github.com/jupyter/echo_kernel/blob/main/hatch_build.py
204+
.. _echo_kernel: https://github.com/jupyter/echo_kernel

0 commit comments

Comments
 (0)