From 1824f9a1dda051d8dc8a6f20f6b32f97c53c0b43 Mon Sep 17 00:00:00 2001 From: flyer Date: Wed, 22 Jul 2020 23:48:00 +0800 Subject: [PATCH] fix doc link and command usage in README.md (#700) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: 悟鹏 --- concepts/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/concepts/README.md b/concepts/README.md index 3bb2cac2c..868a0606b 100644 --- a/concepts/README.md +++ b/concepts/README.md @@ -42,7 +42,7 @@ Dapr uses a modular design where functionality is delivered as a component. Each The following are the component types provided by Dapr: -* [Service discovery](https://github.com/dapr/components-contrib/tree/master/servicediscovery) +* [Service discovery](https://github.com/dapr/components-contrib/tree/master/nameresolution) * [State](https://github.com/dapr/components-contrib/tree/master/state) * [Pub/sub](https://github.com/dapr/components-contrib/tree/master/pubsub) * [Bindings](https://github.com/dapr/components-contrib/tree/master/bindings) @@ -63,7 +63,7 @@ In Dapr, a [**secret**](./secrets/README.md) is any piece of private information Dapr [Configuration](./configuration/README.md) defines a policy that affects how any Dapr sidecar instance behaves, such as using [distributed tracing](./observability/traces.md) or a [middleware component](./middleware/README.md). Configuration can be applied to Dapr sidecar instances dynamically. - You can get a list of current configurations available in the current the hosting environment using the `dapr configuration` CLI command. + You can get a list of current configurations available in the current the hosting environment using the `dapr configurations` CLI command. ## Hosting environments