From 051c8f8ea2c0566ef12a54d6c53b80dbb85b9277 Mon Sep 17 00:00:00 2001
From: Pierre Nicolas <pierre.nicolas@savoirfairelinux.com>
Date: Wed, 20 Dec 2023 10:49:44 -0500
Subject: [PATCH] readme: fix build link

issue: when clicking on this link from local, it redirects to the github file.
solution: redirect to local file.
pros: it will also helps when clicking the link on gitlab to not be redirected to github.
Change-Id: I2b8cdc83837b003b067d04eb7f42c3fdedc5cb42
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index c73dd24..c2c7932 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ For detailed information on using DHTNet, consult our documentation:
 
 Get started with DHTNet by building and installing the library:
 
-- [Build and Install Instructions](https://github.com/savoirfairelinux/dhtnet/blob/master/BUILD.md)
+- [Build and Install Instructions](BUILD.md)
 
 ## Usage Example
 
-- 
GitLab