Update README.md (#597)

* Update README.md

* keep using relative links

Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
This commit is contained in:
Shailendra Singh 2020-05-22 02:49:20 +02:00 committed by GitHub
parent 772e735a32
commit 6d8bb478d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -55,4 +55,4 @@ func GetHandler(metadata Metadata) fasthttp.RequestHandler {
Your middleware component can be contributed to the https://github.com/dapr/components-contrib repository, under the */middleware* folder. Then submit another pull request against the https://github.com/dapr/dapr repository to register the new middleware type. You'll need to modify the **Load()** method under https://github.com/dapr/dapr/blob/master/pkg/components/middleware/http/registry.go to register your middleware using the **Register** method.
## References
* [How-To: Configure API authorization with OAuth](../../howto/authorization-with-oauth/readme.md)
* [How-To: Configure API authorization with OAuth](../../howto/authorization-with-oauth/README.md)