From 5825442ed3669f232704aa5c6a44a673313347b6 Mon Sep 17 00:00:00 2001 From: q3aql Date: Wed, 1 May 2024 10:45:01 +0200 Subject: [PATCH] README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 851cd8d..812a410 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ defragfs/fragmentation - Linux file-system defragmenter & tool for calculate the ### Tools: - * [defragfs](https://github.com/q3aql/defragfs-fragmentation/blob/master/src/defragfs) - File-system defragmenter tool. - * [fragmentation](https://github.com/q3aql/defragfs-fragmentation/blob/master/src/fragmentation) - Tool for calculate fragmentation. + * [defragfs](https://git.q3aql.dev/q3aql/defragfs-fragmentation/src/branch/master/src/defragfs) - File-system defragmenter tool. + * [fragmentation](https://git.q3aql.dev/q3aql/defragfs-fragmentation/src/branch/master/src/fragmentation) - Tool for calculate fragmentation. _Dependencies: `perl`, `coreutils`, `e2fsprogs`._ @@ -18,7 +18,7 @@ _Dependencies: `perl`, `coreutils`, `e2fsprogs`._ * Open the terminal and type the following comands: ```shell -$ git clone https://gitlab.com/q3aql/defragfs-fragmentation +$ git clone https://git.q3aql.dev/q3aql/defragfs-fragmentation $ cd defragfs-fragmentation $ sudo make install ````