From 2795dddc2fb7c0ef7720d08f18a963ec46e725c0 Mon Sep 17 00:00:00 2001
From: Moritz Eckert <mo@mightym0.de>
Date: Tue, 3 Jul 2018 13:37:47 +0200
Subject: [PATCH] Fix links in readme

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 10e2857..889255b 100644
--- a/README.md
+++ b/README.md
@@ -5,5 +5,5 @@ This is a collection of tools I build to help having fun with the linux kernel.
 
 ## Other resources
 
-*   (kernel-pwn-nexus)[https://github.com/xairy/linux-kernel-exploitation]
-*   (code-browser)[https://elixir.bootlin.com/linux/latest/source]
+*   [kernel-pwn-nexus](https://github.com/xairy/linux-kernel-exploitation)
+*   [code-browser](https://elixir.bootlin.com/linux/latest/source)
-- 
GitLab