From: Diane Trout <diane@ghic.org>
Date: Sat, 26 Dec 2020 16:55:39 -0800
Subject: Patch image links to use local copies

Forwarded: No
---
 docs/source/diagnosing-performance.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/source/diagnosing-performance.rst b/docs/source/diagnosing-performance.rst
index 3301940..7ef3ef6 100644
--- a/docs/source/diagnosing-performance.rst
+++ b/docs/source/diagnosing-performance.rst
@@ -39,7 +39,7 @@ The main way to observe these times is with the task stream plot on the
 scheduler's ``/status`` page where the colors of the bars correspond to the
 colors listed above.
 
-.. image:: https://raw.githubusercontent.com/dask/dask-org/master/images/bokeh-task-stream.gif
+.. image:: ../../debian/bokeh-task-stream.gif
    :alt: Dask task stream
    :width: 50%
 
@@ -73,7 +73,7 @@ any of the bars in the profile will zoom the user into just that section, as is
 typical with most profiling tools.  There is a timeline at the bottom of the
 page to allow users to select different periods in time.
 
-.. image:: https://raw.githubusercontent.com/dask/dask-org/master/images/daskboard-profile.gif
+.. image:: ../../debian/daskboard-profile.gif
    :alt: Dask profiler
    :width: 70%
 
