From f308492870e173cd4fa7812530acb89cfae9135f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Zsombor=20Bodn=C3=A1r?= <zsombor.bodnar@kszk.bme.hu>
Date: Sun, 22 May 2022 11:27:21 +0200
Subject: [PATCH] Update readme

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

diff --git a/README.md b/README.md
index 13aa20d..03af747 100644
--- a/README.md
+++ b/README.md
@@ -4,10 +4,10 @@ Hook library for ISC Kea(https://kea.isc.org/), the library controls MUEB IP ass
 
 ## Prerequisites
 
-- Linux(**Ubuntu 20.04**, Debian 10), tested on ubuntu 20.04
-- ISC Kea **2.0+**
-- PostgreSQL **14+**
-- CMake **3.16+**
+- Linux(**[Ubuntu 20.04](https://ubuntu.com/download/server)**, Debian 10), tested on ubuntu 20.04
+- [ISC Kea](https://www.isc.org/download/#Kea) **2.0+**
+- [PostgreSQL](https://www.postgresql.org/download/) **14+**
+- [CMake](https://cmake.org/download/) **3.16+**
 - **C++ 20** compatible compiler
 
 ## How to build
-- 
GitLab