From 7157dcfb0f301b68fc54c55c5c6b549f14301bc7 Mon Sep 17 00:00:00 2001 From: MarcSkovMadsen Date: Wed, 27 Dec 2023 07:13:29 +0000 Subject: [PATCH] fix wrong link --- doc/how_to/links/jslinks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/how_to/links/jslinks.md b/doc/how_to/links/jslinks.md index 15d2035f72..9b1837afe3 100644 --- a/doc/how_to/links/jslinks.md +++ b/doc/how_to/links/jslinks.md @@ -81,4 +81,4 @@ pn.Row(url, button) ## Related Resources - See the [Explanation > APIs](../../explanation/api/index.md) for context on this and other Panel APIs -- The [How to > Link Plot Parameters in Javascript](./links) guide addresses how to link Bokeh and HoloViews plot parameters in Javascript. +- The [How to > Link Plot Parameters in Javascript](./link_plots.md) guide addresses how to link Bokeh and HoloViews plot parameters in Javascript.