From 7c4732c5fe9bfd2a08a767b33bcc45d20b606b0e Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Wed, 5 Feb 2020 15:05:09 +0100 Subject: [PATCH] docs(readme): format links --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 436427a..20dcb6b 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,10 @@ TBD For your convinience you can find the relevant standards linked below. -[OpenID Connect Core 1.0 incorporating errata set 1](https://openid.net/specs/openid-connect-core-1_0.html) -[Proof Key for Code Exchange by OAuth Public Clients](https://tools.ietf.org/html/rfc7636) -[OAuth 2.0 Token Exchange](https://tools.ietf.org/html/draft-ietf-oauth-token-exchange-19) -[OAuth 2.0 Mutual-TLS Client Authentication and Certificate-Bound Access Tokens](https://tools.ietf.org/html/draft-ietf-oauth-mtls-17) +- [OpenID Connect Core 1.0 incorporating errata set 1](https://openid.net/specs/openid-connect-core-1_0.html) +- [Proof Key for Code Exchange by OAuth Public Clients](https://tools.ietf.org/html/rfc7636) +- [OAuth 2.0 Token Exchange](https://tools.ietf.org/html/draft-ietf-oauth-token-exchange-19) +- [OAuth 2.0 Mutual-TLS Client Authentication and Certificate-Bound Access Tokens](https://tools.ietf.org/html/draft-ietf-oauth-mtls-17) ## Supported Go Versions