From 5594e7456da7ff0f8ce99da918927cc9d921b135 Mon Sep 17 00:00:00 2001 From: Seth Russell Date: Mon, 11 Dec 2023 05:59:31 -0700 Subject: [PATCH] Fixing URLs to bokeh project (#6005) --- examples/gallery/demos/bokeh/legend_example.ipynb | 2 +- examples/gallery/demos/matplotlib/legend_example.ipynb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/gallery/demos/bokeh/legend_example.ipynb b/examples/gallery/demos/bokeh/legend_example.ipynb index 4366be9300..eb1f508f07 100644 --- a/examples/gallery/demos/bokeh/legend_example.ipynb +++ b/examples/gallery/demos/bokeh/legend_example.ipynb @@ -4,7 +4,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "URL: http://bokeh.pydata.org/en/latest/docs/gallery/legend.html\n", + "URL: https://docs.bokeh.org/en/latest/docs/examples/basic/annotations/legend.html\n", "\n", "Most examples work across multiple plotting backends, this example is also available for:\n", "\n", diff --git a/examples/gallery/demos/matplotlib/legend_example.ipynb b/examples/gallery/demos/matplotlib/legend_example.ipynb index d24be65353..df3e7b3e99 100644 --- a/examples/gallery/demos/matplotlib/legend_example.ipynb +++ b/examples/gallery/demos/matplotlib/legend_example.ipynb @@ -4,7 +4,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "URL: http://bokeh.pydata.org/en/latest/docs/gallery/legend.html\n", + "URL: https://docs.bokeh.org/en/latest/docs/examples/basic/annotations/legend.html\n", "\n", "Most examples work across multiple plotting backends, this example is also available for:\n", "\n",