diff --git a/episodes/03-create.md b/episodes/03-create.md index c1b568354..b7d1f26ec 100644 --- a/episodes/03-create.md +++ b/episodes/03-create.md @@ -146,7 +146,8 @@ There are special characters that can cause your command to not work as expected and can even result in data loss. If you need to refer to names of files or directories that have spaces -or other special characters, you should surround the name in single quotes (`''`). +or other special characters, you should surround the name in single +[quotes](https://www.gnu.org/software/bash/manual/html_node/Quoting.html) (`''`). ::::::::::::::::::::::::::::::::::::::::::::::::::