Fixed broken links in concepts README (#153)

This commit is contained in:
Dave Grant 2019-10-17 10:52:08 +01:00 committed by Aman Bhardwaj
parent 20ae6ec753
commit 82cdcec945
1 changed files with 3 additions and 3 deletions

View File

@ -14,13 +14,13 @@ This directory contains various Dapr concepts. The goal of these documents is to
* **Components**
Dapr uses a modular design, in which functionalities are grouped and delivered by a number of *components*, such as [pub-sub](./publish-subscribe-messaging/Readme.md) and [secrets](./state-management/state-management.md). Many of the components are pluggable so that you can swap out the default implemenation with your custom implementations.
Dapr uses a modular design, in which functionalities are grouped and delivered by a number of *components*, such as [pub-sub](./publish-subscribe-messaging/Readme.md) and [secrets](./components/secrets.md). Many of the components are pluggable so that you can swap out the default implemenation with your custom implementations.
* [**Distributed Tracing**](./tracing-logging/tracing-logging.md)
Distirbuted tracing collects and aggregates trace events by transactions. It allows you to trace the entire call chain across multiple services. Dapr integrates with [OpenTelemetry](https://opentelemetry.io/) for distributed tracing and metrics collection.
* [**Pub-sub**](./publish-subscribe-messaging/pub-sub-messaging.md)
* [**Pub-sub**](./publish-subscribe-messaging/Readme.md)
Pub-sub is a loosely coupled messaging pattern where senders (or publishers) publishes messages to a topic, to which subscribers subscribe. Dapr natively supports the pub-sub pattern.
@ -39,4 +39,4 @@ This directory contains various Dapr concepts. The goal of these documents is to
## Extensibility
* [Components Contrib](https://github.com/dapr/components-contrib)
* [Components Contrib](https://github.com/dapr/components-contrib)