diff --git a/docs/source/the_project/security.rst b/docs/source/the_project/security.rst index 85375cc..4cab781 100644 --- a/docs/source/the_project/security.rst +++ b/docs/source/the_project/security.rst @@ -65,7 +65,7 @@ This will *silently delete all the files below the current directory*, no questions asked. Probably not what you expected. This happens because :command:`find` has the last word on how to interpret its -arguments. For :command:`find`, the argument :option:`-delete` is not a path. +arguments. For :command:`find`, the argument :nref-option:`-delete` is not a path. Let's see how we can handle this particular case: diff --git a/docs/source/tutorial/tutorial04.rst b/docs/source/tutorial/tutorial04.rst index 511131a..5c01b89 100644 --- a/docs/source/tutorial/tutorial04.rst +++ b/docs/source/tutorial/tutorial04.rst @@ -151,7 +151,7 @@ I Need my Report! OK, I understand. That's cool, by the way. So, if I want to use this with *Kapow!*, I have to make it read the script - from ``stdin``. To do this I know that I have to put a ``-`` at the end. + from ``stdin``. To do this I know that I have to put a :nref-option:`-` at the end. Let me try: