From 5bc88ab6d0f26ab27df8c065a6949136ab11d53d Mon Sep 17 00:00:00 2001 From: Amulya Varote Date: Tue, 30 Nov 2021 19:28:00 -0800 Subject: [PATCH] Changed image name in the docs --- .../howto-invoke-discover-services.md | 2 +- .../state-management/howto-get-save-state.md | 2 +- ...> building-block-service-invocation-example.png} | Bin 3 files changed, 2 insertions(+), 2 deletions(-) rename daprdocs/static/images/{building_block_service_invocation_example.png => building-block-service-invocation-example.png} (100%) diff --git a/daprdocs/content/en/developing-applications/building-blocks/service-invocation/howto-invoke-discover-services.md b/daprdocs/content/en/developing-applications/building-blocks/service-invocation/howto-invoke-discover-services.md index f0110e05b..4f0cb2127 100644 --- a/daprdocs/content/en/developing-applications/building-blocks/service-invocation/howto-invoke-discover-services.md +++ b/daprdocs/content/en/developing-applications/building-blocks/service-invocation/howto-invoke-discover-services.md @@ -12,7 +12,7 @@ This article describe how to deploy services each with an unique application ID, The below code examples loosely describes an application that processes orders. In the examples, there are two services - an order processing service and a checkout service. Both services have Dapr sidecars and the order processing service uses Dapr to invoke the checkout method in the checkout service. -Diagram showing service invocation of example service +Diagram showing service invocation of example service ## Step 1: Choose an ID for your service diff --git a/daprdocs/content/en/developing-applications/building-blocks/state-management/howto-get-save-state.md b/daprdocs/content/en/developing-applications/building-blocks/state-management/howto-get-save-state.md index 89839db12..1684b7ddb 100644 --- a/daprdocs/content/en/developing-applications/building-blocks/state-management/howto-get-save-state.md +++ b/daprdocs/content/en/developing-applications/building-blocks/state-management/howto-get-save-state.md @@ -23,7 +23,7 @@ In this guide we'll start of with the basics: Using the key/value state API to a The below code examples loosely describe an application that processes orders. In the examples, there is an order processing service which has a Dapr sidecar. The order processing service uses Dapr to store state in a Redis state store. -Diagram showing state management of example service +Diagram showing state management of example service ## Step 1: Setup a state store diff --git a/daprdocs/static/images/building_block_service_invocation_example.png b/daprdocs/static/images/building-block-service-invocation-example.png similarity index 100% rename from daprdocs/static/images/building_block_service_invocation_example.png rename to daprdocs/static/images/building-block-service-invocation-example.png