From 8b7bd7b782d3971cf25152d7d2eac82cac9a8f1c Mon Sep 17 00:00:00 2001 From: Artur Souza Date: Tue, 2 Nov 2021 16:48:30 -0700 Subject: [PATCH] Update daprdocs/content/en/operations/components/certification-lifecycle.md Co-authored-by: Will --- .../content/en/operations/components/certification-lifecycle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/operations/components/certification-lifecycle.md b/daprdocs/content/en/operations/components/certification-lifecycle.md index 3fb1d36c7..b092af7a9 100644 --- a/daprdocs/content/en/operations/components/certification-lifecycle.md +++ b/daprdocs/content/en/operations/components/certification-lifecycle.md @@ -87,7 +87,7 @@ The test plan must be approved by a Dapr maintainer and be published in a `READM ### Test requirements - The tests should validate the functional behavior and robustness of the component based on the component specification, reflecting the scenarios from the test plan -- The tests must run successfully as part of the continuous integration of the `components-contrib` repository +- The tests must run successfully as part of the continuous integration of the [components-contrib](https://github.com/dapr/components-contrib) repository ## Component certification process