From d3b8b8e51aed9e79feec98b2e8a8742c20da02da Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Fri, 22 Jan 2016 01:00:04 +0000 Subject: [PATCH] without the dir example, "file" is redundant here --- pages/common/ln.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/ln.md b/pages/common/ln.md index b52a12aff6..8190d731e6 100644 --- a/pages/common/ln.md +++ b/pages/common/ln.md @@ -8,7 +8,7 @@ - Overwrite an existing symbolic to point to a different file: -`ln -sf {{path/to/new/file}} {{path/to/file/symlink}}` +`ln -sf {{path/to/new/file}} {{path/to/symlink}}` - Create a hard link to a file: