Skip to content

Commit 871fbe1

Browse files
docs: edit link to compatibility guide (#264)
1 parent 2839130 commit 871fbe1

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ They are listed from the simplest to the most advanced case:
207207
#### [Top Area Text Widget](toparea-text-widget)
208208

209209
A very simple example that adds a basic text widget to the top area. See [related video.](https://www.youtube.com/watch?v=mqotG1MkHa4).
210-
This example is part of the [Extension Dual Compatibility Guide](https://jupyterlab.readthedocs.io/en/latest/extension_dual_compatibility.html).
210+
This example is part of the [Extension Compatibility Guide](https://jupyterlab.readthedocs.io/en/latest/extension/extension_multiple_ui.html).
211211

212212
[![Top Area Text Widget](toparea-text-widget/preview.jpg)](toparea-text-widget)
213213

@@ -216,7 +216,7 @@ This example is part of the [Extension Dual Compatibility Guide](https://jupyter
216216
This example shows dual compatibility: Make an extension that is compatible
217217
with both JupyterLab and Jupyter Notebook by using optional features. Adds
218218
a shout button to the right sidebar, and if running in JupyterLab, also adds
219-
a status bar widget. This example is part of the [Extension Dual Compatibility Guide](https://jupyterlab.readthedocs.io/en/latest/extension_dual_compatibility.html).
219+
a status bar widget. This example is part of the [Extension Compatibility Guide](https://jupyterlab.readthedocs.io/en/latest/extension/extension_multiple_ui.html).
220220
Read more about this example on that page.
221221

222222
[![Dual compatibility shout button](shout-button-message/preview.jpg)](shout-button-message)
@@ -227,7 +227,7 @@ This example shows an alternate method for achieving dual compatibility: Make an
227227
extension that is compatible with both JupyterLab and Jupyter Notebook by exporting
228228
multiple plugins and using "required" features to select different behaviors. Adds a clap button to
229229
the top area (in JupyterLab) or the right sidebar (Jupyter Notebook). This example is part
230-
of the [Extension Dual Compatibility Guide](https://jupyterlab.readthedocs.io/en/latest/extension_dual_compatibility.html).
230+
of the [Extension Compatibility Guide](https://jupyterlab.readthedocs.io/en/latest/extension/extension_multiple_ui.html).
231231
Read more about this example on that page.
232232

233233
[![Dual Compatibility Clap Button](clap-button-message/preview.png)](clap-button-message)

clap-button-message/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ export default plugins;
7878
7979
You can have more information about making extension compatible with
8080
multiple applications in the
81-
[Extension Dual Compatibility Guide](https://jupyterlab.readthedocs.io/en/latest/extension_dual_compatibility.html).
81+
[Extension Compatibility Guide](https://jupyterlab.readthedocs.io/en/latest/extension/extension_multiple_ui.html).

shout-button-message/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,4 @@ You should look at [Clap button](../clap-button-message) example to design compa
124124
125125
You can have more information about making extension compatible with
126126
multiple applications in the
127-
[Extension Dual Compatibility Guide](https://jupyterlab.readthedocs.io/en/latest/extension_dual_compatibility.html).
127+
[Extension Compatibility Guide](https://jupyterlab.readthedocs.io/en/latest/extension/extension_multiple_ui.html).

toparea-text-widget/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ special steps needs to be taken. You can have a look at the [Shout button](../sh
3838
for such advanced case.
3939

4040
You can have more information about this in the
41-
[Extension Dual Compatibility Guide](https://jupyterlab.readthedocs.io/en/latest/extension_dual_compatibility.html).
41+
[Extension Compatibility Guide](https://jupyterlab.readthedocs.io/en/latest/extension/extension_multiple_ui.html).

0 commit comments

Comments
 (0)