From a0fe4152bfe7de92e23133506e354fb4894eaa14 Mon Sep 17 00:00:00 2001 From: Issac Date: Tue, 17 Nov 2020 19:16:09 +0200 Subject: [PATCH] Update middleware-concept.md (#929) Typo in link (missing closing square brace) --- daprdocs/content/en/concepts/middleware-concept.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/concepts/middleware-concept.md b/daprdocs/content/en/concepts/middleware-concept.md index 648f77114..405826103 100644 --- a/daprdocs/content/en/concepts/middleware-concept.md +++ b/daprdocs/content/en/concepts/middleware-concept.md @@ -63,4 +63,4 @@ Your middleware component can be contributed to the [components-contrib reposito Then submit another pull request against the [Dapr runtime repository](https://github.com/dapr/dapr) to register the new middleware type. You'll need to modify the **Load()** method in [registry.go]( https://github.com/dapr/dapr/blob/master/pkg/components/middleware/http/registry.go) to register your middleware using the **Register** method. ## Next steps -* [How-To: Configure API authorization with OAuth({{< ref oauth.md >}}) +* [How-To: Configure API authorization with OAuth]({{< ref oauth.md >}})