From 31fe6af61484fbc37c01e6fd5bb40282374b54e4 Mon Sep 17 00:00:00 2001 From: Tom Gardham-Pallister Date: Mon, 4 Dec 2017 09:05:15 +0000 Subject: [PATCH] correct path for images --- docs/introduction/bigpicture.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/introduction/bigpicture.rst b/docs/introduction/bigpicture.rst index a86bbf78..18ea1b12 100644 --- a/docs/introduction/bigpicture.rst +++ b/docs/introduction/bigpicture.rst @@ -23,16 +23,16 @@ The following are configuration that you use when deploying Ocelot. Basic Implementation ^^^^^^^^^^^^^^^^^^^^ -.. image:: images/OcelotBasic.jpg +.. image:: ../images/OcelotBasic.jpg With IdentityServer ^^^^^^^^^^^^^^^^^^^ -.. image:: images/OcelotIndentityServer.jpg +.. image:: ../images/OcelotIndentityServer.jpg Multiple Instances ^^^^^^^^^^^^^^^^^^ -.. image:: images/OcelotMultipleInstances.jpg +.. image:: ../images/OcelotMultipleInstances.jpg With Consul ^^^^^^^^^^^ -.. image:: images/OcelotMultipleInstancesConsul.jpg +.. image:: ../images/OcelotMultipleInstancesConsul.jpg