Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcSkovMadsen committed Jun 15, 2024
1 parent 3669877 commit 4a20c94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions doc/how_to/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,11 @@ How to use Parameterized classes with Panel to generate UIs without writing GUI
How to link the parameters of Panel components in Python and Javascript.
:::

:::{grid-item-card} {octicon}`link;2.5em;sd-mr-1 sd-animate-grow50` Wrap ipywidgets
:link: wrappers/ipywidgets
:::{grid-item-card} {octicon}`paper-airplane;2.5em;sd-mr-1 sd-animate-grow50` Wrap ipywidgets
:link: observers/ipywidget
:link-type: doc

How to wrap ipywidgets to enable easy interaction via familiar APIs like watch, bind, depends, and rx.
How to observe ipywidgets to enable easy interaction via familiar APIs like watch, bind, depends, and rx.
:::

::::
Expand Down
2 changes: 1 addition & 1 deletion doc/how_to/use_specialized_uis.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ Build a sequential UI<pipeline/index>
Build custom components<custom_components/index>
Explicitly link parameters (Callbacks API)<links/index>
Generate UIs from declared parameters (Declarative API)<param/index>
Wrap ipywidgets <wrappers/ipywidgets>
Wrap ipywidgets <observers/ipywidget>
```

0 comments on commit 4a20c94

Please sign in to comment.