Fix broken links to index.html in cmd docs

(cherry picked from commit bc3b64bb50)
This commit is contained in:
Jason Nader
2020-01-31 12:38:56 +09:00
committed by David Adam
parent 578cde6ec6
commit 5932440e49
11 changed files with 12 additions and 12 deletions

View File

@@ -13,7 +13,7 @@ Synopsis
Description
-----------
``bg`` sends `jobs <index.html#syntax-job-control>`__ to the background, resuming them if they are stopped.
``bg`` sends :ref:`jobs <syntax-job-control>` to the background, resuming them if they are stopped.
A background job is executed simultaneously with fish, and does not have access to the keyboard. If no job is specified, the last job to be used is put in the background. If PID is specified, the jobs with the specified process group IDs are put in the background.