Skip to content

Commit

Permalink
Fixed broken link (holoviz#3693)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbednar authored Jul 14, 2022
1 parent 9ca3a47 commit 1790cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/user_guide/Overview.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"\n",
"Panel is a very flexible system that supports many different usage patterns, via multiple application programming interfaces (APIs). Each API has its own advantages and disadvantages, and is suitable for different tasks and ways of working. The [API user guide](APIs.ipynb) goes through each of the APIs in detail, comparing their pros and cons and providing recommendations on when to use each.\n",
"\n",
"#### [Reactive functions](./APIs.ipynb#Reactive-Functions)\n",
"#### [Reactive functions](./APIs.ipynb#reactive-functions)\n",
"\n",
"Defining a reactive function using the ``pn.bind`` function or ``pn.depends`` decorator provides an explicit way to link specific inputs (such as the value of a widget) to some computation in a function, reactively updating the output of the function whenever the parameter changes. This approach is a highly convenient, intuitive, and flexible way of building interactive UIs.\n",
"\n",
Expand Down

0 comments on commit 1790cc0

Please sign in to comment.