Skip to content

Commit

Permalink
docs: edit link to compatibility guide (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
ManonMarchand authored Apr 30, 2024
1 parent 2839130 commit 871fbe1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ They are listed from the simplest to the most advanced case:
#### [Top Area Text Widget](toparea-text-widget)

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

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

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

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

[![Dual Compatibility Clap Button](clap-button-message/preview.png)](clap-button-message)
Expand Down
2 changes: 1 addition & 1 deletion clap-button-message/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ export default plugins;
You can have more information about making extension compatible with
multiple applications in the
[Extension Dual Compatibility Guide](https://jupyterlab.readthedocs.io/en/latest/extension_dual_compatibility.html).
[Extension Compatibility Guide](https://jupyterlab.readthedocs.io/en/latest/extension/extension_multiple_ui.html).
2 changes: 1 addition & 1 deletion shout-button-message/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@ You should look at [Clap button](../clap-button-message) example to design compa
You can have more information about making extension compatible with
multiple applications in the
[Extension Dual Compatibility Guide](https://jupyterlab.readthedocs.io/en/latest/extension_dual_compatibility.html).
[Extension Compatibility Guide](https://jupyterlab.readthedocs.io/en/latest/extension/extension_multiple_ui.html).
2 changes: 1 addition & 1 deletion toparea-text-widget/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ special steps needs to be taken. You can have a look at the [Shout button](../sh
for such advanced case.

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

0 comments on commit 871fbe1

Please sign in to comment.