瀏覽代碼

Merge pull request #4774 from ZiyaoWei/patch-2

Fix linkrot in the Extension Developer Guide
Ian Rose 6 年之前
父節點
當前提交
021cb3da08
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>`__