From 346a1b3344fdbf4cfff162ffd6bdd41a678536b1 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Thu, 26 Jan 2023 14:46:44 +0100 Subject: [PATCH] SubmittingPatches: Update git link Signed-off-by: Elyes Haouas --- SubmittingPatches | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SubmittingPatches b/SubmittingPatches index 168ab640..678edc7f 100644 --- a/SubmittingPatches +++ b/SubmittingPatches @@ -6,10 +6,10 @@ Actually the rules are pretty simple Obtaining the source code ------------------------- -The NASM sources are tracked by Git SCM at http://repo.or.cz/w/nasm.git +The NASM sources are tracked by Git SCM at https://github.com/netwide-assembler/nasm.git repository. You either could download packed sources or use git tool itself - git clone git://repo.or.cz/nasm.git + git clone https://github.com/netwide-assembler/nasm.git Changin the source code -----------------------