Skip to content

Commit 1c38f5b

Browse files
authored
DOC: Update two Bokeh reference links (#2432)
1 parent d296567 commit 1c38f5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/user_guide/plotting_with_bokeh.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,13 +128,13 @@ show(row(f1, f2))
128128
:::{note}
129129
In Juptyer notebooks, Arviz offers {func}`arviz.output_notebook` which is a wrapper over {func}`bokeh.io.output.output_notebook`.
130130

131-
To use Bokeh with JupyterLab, JupyterLab and widgets, please refer to this {ref}`user guide <bokeh:userguide_jupyter>`.
131+
To use Bokeh with JupyterLab, JupyterLab and widgets, please refer to this {ref}`user guide <bokeh:ug_output_jupyter>`.
132132
:::
133133

134134

135135
## Server mode
136136

137137
:::{note}
138138
In the examples above, bokeh is being used in `Standalone` mode.
139-
Bokeh can be also used to create interactive web applications. For more details see {ref}`Running a Bokeh server <bokeh:userguide_server>`.
139+
Bokeh can be also used to create interactive web applications. For more details see {ref}`Running a Bokeh server <bokeh:ug_server>`.
140140
:::

0 commit comments

Comments
 (0)