From f9b3d8fcb4acb458012604f4527f0021b77bbe78 Mon Sep 17 00:00:00 2001
From: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
Date: Fri, 15 Jan 2021 02:08:23 +0100
Subject: [PATCH] docs(readme): fix links

Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index fb8af5fc..93d80e17 100644
--- a/README.md
+++ b/README.md
@@ -111,11 +111,11 @@ be security-related.
 
 ## Getting help
 
-- For feature requests and bugs, file an [issue][https://github.com/dexidp/dex/issues].
+- For feature requests and bugs, file an [issue](https://github.com/dexidp/dex/issues).
 - For general discussion about both using and developing Dex:
-    - join the [#dexidp][https://cloud-native.slack.com/messages/dexidp] on the CNCF Slack
+    - join the [#dexidp](https://cloud-native.slack.com/messages/dexidp) on the CNCF Slack
     - open a new [discussion](https://github.com/dexidp/dex/discussions)
-    - join the [dex-dev][https://groups.google.com/forum/#!forum/dex-dev] mailing list
+    - join the [dex-dev](https://groups.google.com/forum/#!forum/dex-dev) mailing list
 
 [openid-connect]: https://openid.net/connect/
 [standard-claims]: https://openid.net/specs/openid-connect-core-1_0.html#StandardClaims
-- 
GitLab