docs: Fix remaining references

Fixes #5775.
This commit is contained in:
Fabian Homborg
2019-03-31 11:32:40 +02:00
parent e2cf10dd4f
commit 127c0e9764
9 changed files with 9 additions and 8 deletions

View File

@@ -19,7 +19,7 @@ Description
You can use :ref:`and <cmd-and>` or :ref:`or <cmd-or>` in the condition. See the second example below.
The exit status of the last foreground command to exit can always be accessed using the <a href="index.html#variables-status">$status</a> variable.
The exit status of the last foreground command to exit can always be accessed using the :ref:`$status <variables-status>` variable.
Example
-------