From 9264c67529053c27a007676279e8c6a94157cfa0 Mon Sep 17 00:00:00 2001 From: Greg Ingram Date: Fri, 18 Oct 2019 23:39:22 -0400 Subject: [PATCH] Fixed link (#161) * Fixed link Link appears to be invalid pointing to README file. * updating link to components --- concepts/architecture/building_blocks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/concepts/architecture/building_blocks.md b/concepts/architecture/building_blocks.md index 06cdb7973..4d5f5ac30 100644 --- a/concepts/architecture/building_blocks.md +++ b/concepts/architecture/building_blocks.md @@ -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: * 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. * Documents and samples.