Skip to content

Commit 5405c44

Browse files
authored
Fix broken term references (#69)
1 parent 07eaca0 commit 5405c44

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

04-materials/01-exploring-extensions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626

2727
## Extensions and plugins and widgets -- oh, my!
2828

29-
While they sound similar, `extensions <extension>` and {term}`plugins <plugin>` serve
30-
different purposes.
29+
While they sound similar, {term}`extensions <extension>` and {term}`plugins <plugin>`
30+
serve different purposes.
3131

3232
{term}`Plugins <plugin>` are JupyterLab's fundamental building blocks which define
3333
functionality and business logic.
@@ -78,8 +78,8 @@ Examples:
7878
### {term}`Frontend extension`
7979

8080
Extensions that run in the JupyterLab frontend (i.e. the user's browser), which means it
81-
can change anything about the appearance of JupyterLab and provide new {term}`widgets
82-
<widget>` for display and/or interactions.
81+
can change anything about the appearance of JupyterLab and provide new
82+
{term}`widgets <widget>` for display and/or interactions.
8383

8484
Examples:
8585

04-materials/02-anatomy-of-extensions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1074,10 +1074,10 @@ resources of the JupyterLab server, for example to read data from disk.
10741074
We know that server extensions provide HTTP endpoints that can be consumed by
10751075
{term}`frontend extensions <frontend extension>`.
10761076

1077-
We know how to provide JSON data from the server and consume it in a {term}`widget
1078-
<widget>`.
1077+
We know how to provide JSON data from the server and consume it in a
1078+
{term}`widget <widget>`.
10791079

1080-
We know how to dynamically update {term}`widget` HTML elements.
1080+
We know how to dynamically update {term}`widget <widget>` HTML elements.
10811081

10821082

10831083
## 😖 The widget isn't interactive!

0 commit comments

Comments
 (0)