Skip to content

Commit 467dd88

Browse files
committed
DOC-4315 Fixed symbolic link command examples
1 parent 3e06d42 commit 467dd88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/operate/rs/installing-upgrading/install/customize-install-directories.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@ To configure different mount points for data and log directories, use symbolic l
6767
1. Create a symbolic link for the data directory:
6868

6969
```sh
70-
ln -s </path/to/data/mount/point> /var/opt/redislabs/data
70+
ln -s /var/opt/redislabs/data </path/to/data/mount/point>
7171
```
7272

7373
1. Create a symbolic link for the log directory:
7474

7575
```sh
76-
ln -s </path/to/log/mount/point> /var/opt/redislabs/log
76+
ln -s /var/opt/redislabs/log </path/to/log/mount/point>
7777
```
7878

7979
## Limitations

0 commit comments

Comments
 (0)