Skip to content

Commit d9f52a6

Browse files
authored
Update create_ioc.md
Without -r need to give relative path from the location the link is in
1 parent af86cc9 commit d9f52a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/create_ioc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ cd bl01t # if not already there
3838
# create the new IOC Instance folder
3939
mkdir services/bl01t-ea-test-02
4040
# link in the shared Chart.yaml file
41-
ln -s include/iocs/Chart.yaml services/bl01t-ea-test-02/Chart.yaml
41+
ln -sr include/iocs/Chart.yaml services/bl01t-ea-test-02/Chart.yaml
4242
```
4343

4444
### values.yaml

0 commit comments

Comments
 (0)