@jupyterlab/help-extension 4.2.0 → 4.2.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 +2 -2
- package/package.json +8 -8
- package/src/index.tsx +2 -2
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/
|
|
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/
|
|
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.2.
|
|
3
|
+
"version": "4.2.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.2.
|
|
41
|
-
"@jupyterlab/apputils": "^4.3.
|
|
42
|
-
"@jupyterlab/coreutils": "^6.2.
|
|
43
|
-
"@jupyterlab/mainmenu": "^4.2.
|
|
44
|
-
"@jupyterlab/services": "^7.2.
|
|
45
|
-
"@jupyterlab/translation": "^4.2.
|
|
46
|
-
"@jupyterlab/ui-components": "^4.2.
|
|
40
|
+
"@jupyterlab/application": "^4.2.2",
|
|
41
|
+
"@jupyterlab/apputils": "^4.3.2",
|
|
42
|
+
"@jupyterlab/coreutils": "^6.2.2",
|
|
43
|
+
"@jupyterlab/mainmenu": "^4.2.2",
|
|
44
|
+
"@jupyterlab/services": "^7.2.2",
|
|
45
|
+
"@jupyterlab/translation": "^4.2.2",
|
|
46
|
+
"@jupyterlab/ui-components": "^4.2.2",
|
|
47
47
|
"@lumino/coreutils": "^2.1.2",
|
|
48
48
|
"@lumino/signaling": "^2.1.2",
|
|
49
49
|
"@lumino/virtualdom": "^2.0.1",
|
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/
|
|
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/
|
|
305
|
+
url: 'https://jupyterlab.readthedocs.io/en/stable/getting_started/faq.html'
|
|
306
306
|
},
|
|
307
307
|
{
|
|
308
308
|
text: trans.__('Jupyter Reference'),
|