Fix broken links to index.html in cmd docs

This commit is contained in:
Jason Nader
2020-01-31 12:38:56 +09:00
committed by David Adam
parent 3f8907d7cf
commit bc3b64bb50
11 changed files with 12 additions and 12 deletions

View File

@@ -13,7 +13,7 @@ Synopsis
Description
-----------
``fg`` brings the specified `job <index.html#syntax-job-control>`__ to the foreground, resuming it if it is stopped. While a foreground job is executed, fish is suspended. If no job is specified, the last job to be used is put in the foreground. If PID is specified, the job with the specified group ID is put in the foreground.
``fg`` brings the specified :ref:`job <syntax-job-control>` to the foreground, resuming it if it is stopped. While a foreground job is executed, fish is suspended. If no job is specified, the last job to be used is put in the foreground. If PID is specified, the job with the specified group ID is put in the foreground.
Example