Update middleware-concept.md (#929)

Typo in link (missing closing square brace)
This commit is contained in:
Issac 2020-11-17 19:16:09 +02:00 committed by GitHub
parent 0edb4113a4
commit a0fe4152bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 >}})