Jelajahi Sumber

Merge pull request #4774 from ZiyaoWei/patch-2

Fix linkrot in the Extension Developer Guide
Ian Rose 6 tahun lalu
induk
melakukan
021cb3da08
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      docs/source/developer/extension_dev.rst

+ 1 - 1
docs/source/developer/extension_dev.rst

@@ -59,7 +59,7 @@ The default plugins in the JupyterLab application include:
    - Sets the default set of shortcuts for the application.
 -  `Images <https://github.com/jupyterlab/jupyterlab/blob/master/packages/imageviewer-extension/src/index.ts>`__
    - Adds a widget factory for displaying image files.
--  `Help <https://github.com/jupyterlab/jupyterlab/blob/master/packages/help-extension/src/index.ts>`__
+-  `Help <https://github.com/jupyterlab/jupyterlab/blob/master/packages/help-extension/src/index.tsx>`__
    - Adds a side bar widget for displaying external documentation.
 -  `File
    Browser <https://github.com/jupyterlab/jupyterlab/blob/master/packages/filebrowser-extension/src/index.ts>`__