From 1373c66a2d2cc1c71316d4ab2ac9b75bba783799 Mon Sep 17 00:00:00 2001 From: q3aql Date: Mon, 22 Mar 2021 13:21:11 +0100 Subject: [PATCH] Update URL repo (README.md) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2b961d5..411c50c 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/blob/master/src/defragfs) - File-system defragmenter tool. - * [fragmentation](https://github.com/q3aql/defragfs/blob/master/src/fragmentation) - Tool for calculate fragmentation. + * [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. _Dependencies: `perl`, `coreutils`, `e2fsprogs`._ @@ -18,8 +18,8 @@ _Dependencies: `perl`, `coreutils`, `e2fsprogs`._ * Open the terminal and type the following comands: ```shell -$ git clone https://github.com/q3aql/defragfs -$ cd defragfs +$ git clone https://github.com/q3aql/defragfs-fragmentation +$ cd defragfs-fragmentation $ sudo make install ````