Fixed link (#161)

* Fixed link

Link appears to be invalid pointing to README file.

* updating link to components
This commit is contained in:
Greg Ingram 2019-10-18 23:39:22 -04:00 committed by Aman Bhardwaj
parent 25dbf7d61f
commit 9264c67529
1 changed files with 1 additions and 1 deletions

View File

@ -10,6 +10,6 @@ Both Dapr spec and Dapr runtime are designed to be extensible
to include new building blocks. A building block is comprised of the following artifacts: to include new building blocks. A building block is comprised of the following artifacts:
* Dapr spec API definition. A newly proposed building block shall has its API design incorporated into the Dapr spec. * Dapr spec API definition. A newly proposed building block shall has its API design incorporated into the Dapr spec.
* Components. A building block may reuse existing [Dapr components](../README#components), or introduce new components. * Components. A building block may reuse existing [Dapr components](../concepts/components), or introduce new components.
* Test suites. A new building block implementation should come with associated unit tests and end-to-end scenario tests. * Test suites. A new building block implementation should come with associated unit tests and end-to-end scenario tests.
* Documents and samples. * Documents and samples.