@jupyterlab/help-extension 4.3.0 → 4.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.js CHANGED
@@ -197,11 +197,11 @@ const resources = {
197
197
  const resources = [
198
198
  {
199
199
  text: trans.__('JupyterLab Reference'),
200
- url: 'https://jupyterlab.readthedocs.io/en/latest/'
200
+ url: 'https://jupyterlab.readthedocs.io/en/stable/'
201
201
  },
202
202
  {
203
203
  text: trans.__('JupyterLab FAQ'),
204
- url: 'https://jupyterlab.readthedocs.io/en/latest/getting_started/faq.html'
204
+ url: 'https://jupyterlab.readthedocs.io/en/stable/getting_started/faq.html'
205
205
  },
206
206
  {
207
207
  text: trans.__('Jupyter Reference'),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyterlab/help-extension",
3
- "version": "4.3.0",
3
+ "version": "4.3.2",
4
4
  "description": "JupyterLab - Help Extension",
5
5
  "homepage": "https://github.com/jupyterlab/jupyterlab",
6
6
  "bugs": {
@@ -37,13 +37,13 @@
37
37
  "watch": "tsc -b --watch"
38
38
  },
39
39
  "dependencies": {
40
- "@jupyterlab/application": "^4.3.0",
41
- "@jupyterlab/apputils": "^4.4.0",
42
- "@jupyterlab/coreutils": "^6.3.0",
43
- "@jupyterlab/mainmenu": "^4.3.0",
44
- "@jupyterlab/services": "^7.3.0",
45
- "@jupyterlab/translation": "^4.3.0",
46
- "@jupyterlab/ui-components": "^4.3.0",
40
+ "@jupyterlab/application": "^4.3.2",
41
+ "@jupyterlab/apputils": "^4.4.2",
42
+ "@jupyterlab/coreutils": "^6.3.2",
43
+ "@jupyterlab/mainmenu": "^4.3.2",
44
+ "@jupyterlab/services": "^7.3.2",
45
+ "@jupyterlab/translation": "^4.3.2",
46
+ "@jupyterlab/ui-components": "^4.3.2",
47
47
  "@lumino/coreutils": "^2.2.0",
48
48
  "@lumino/signaling": "^2.1.3",
49
49
  "@lumino/virtualdom": "^2.0.2",
package/src/index.tsx CHANGED
@@ -298,11 +298,11 @@ const resources: JupyterFrontEndPlugin<void> = {
298
298
  const resources = [
299
299
  {
300
300
  text: trans.__('JupyterLab Reference'),
301
- url: 'https://jupyterlab.readthedocs.io/en/latest/'
301
+ url: 'https://jupyterlab.readthedocs.io/en/stable/'
302
302
  },
303
303
  {
304
304
  text: trans.__('JupyterLab FAQ'),
305
- url: 'https://jupyterlab.readthedocs.io/en/latest/getting_started/faq.html'
305
+ url: 'https://jupyterlab.readthedocs.io/en/stable/getting_started/faq.html'
306
306
  },
307
307
  {
308
308
  text: trans.__('Jupyter Reference'),