@jupyterlab/help-extension 4.0.2 → 4.0.4

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
@@ -131,11 +131,11 @@ const resources = {
131
131
  const resources = [
132
132
  {
133
133
  text: trans.__('JupyterLab Reference'),
134
- url: 'https://jupyterlab.readthedocs.io/en/latest/'
134
+ url: 'https://jupyterlab.readthedocs.io/en/stable/'
135
135
  },
136
136
  {
137
137
  text: trans.__('JupyterLab FAQ'),
138
- url: 'https://jupyterlab.readthedocs.io/en/latest/getting_started/faq.html'
138
+ url: 'https://jupyterlab.readthedocs.io/en/stable/getting_started/faq.html'
139
139
  },
140
140
  {
141
141
  text: trans.__('Jupyter Reference'),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyterlab/help-extension",
3
- "version": "4.0.2",
3
+ "version": "4.0.4",
4
4
  "description": "JupyterLab - Help Extension",
5
5
  "homepage": "https://github.com/jupyterlab/jupyterlab",
6
6
  "bugs": {
@@ -38,13 +38,13 @@
38
38
  "watch": "tsc -b --watch"
39
39
  },
40
40
  "dependencies": {
41
- "@jupyterlab/application": "^4.0.2",
42
- "@jupyterlab/apputils": "^4.1.2",
43
- "@jupyterlab/coreutils": "^6.0.2",
44
- "@jupyterlab/mainmenu": "^4.0.2",
45
- "@jupyterlab/services": "^7.0.2",
46
- "@jupyterlab/translation": "^4.0.2",
47
- "@jupyterlab/ui-components": "^4.0.2",
41
+ "@jupyterlab/application": "^4.0.4",
42
+ "@jupyterlab/apputils": "^4.1.4",
43
+ "@jupyterlab/coreutils": "^6.0.4",
44
+ "@jupyterlab/mainmenu": "^4.0.4",
45
+ "@jupyterlab/services": "^7.0.4",
46
+ "@jupyterlab/translation": "^4.0.4",
47
+ "@jupyterlab/ui-components": "^4.0.4",
48
48
  "@lumino/coreutils": "^2.1.1",
49
49
  "@lumino/signaling": "^2.1.1",
50
50
  "@lumino/virtualdom": "^2.0.0",
package/src/index.tsx CHANGED
@@ -221,11 +221,11 @@ const resources: JupyterFrontEndPlugin<void> = {
221
221
  const resources = [
222
222
  {
223
223
  text: trans.__('JupyterLab Reference'),
224
- url: 'https://jupyterlab.readthedocs.io/en/latest/'
224
+ url: 'https://jupyterlab.readthedocs.io/en/stable/'
225
225
  },
226
226
  {
227
227
  text: trans.__('JupyterLab FAQ'),
228
- url: 'https://jupyterlab.readthedocs.io/en/latest/getting_started/faq.html'
228
+ url: 'https://jupyterlab.readthedocs.io/en/stable/getting_started/faq.html'
229
229
  },
230
230
  {
231
231
  text: trans.__('Jupyter Reference'),
package/style/index.css CHANGED
@@ -8,5 +8,4 @@
8
8
  @import url('~@jupyterlab/ui-components/style/index.css');
9
9
  @import url('~@jupyterlab/apputils/style/index.css');
10
10
  @import url('~@jupyterlab/mainmenu/style/index.css');
11
-
12
11
  @import url('./base.css');