Commit 99c943e7 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

docs: fix broken link

parent e7fb46d7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ The MkDocs template uses some global configuration used throughout all jobs.
| `MKD_SITE_DIR`          | MkDocs generated site directory (relative to `$MKD_WORKSPACE_DIR`), the path will be declared as artifact | `site` |
| `MKD_PREBUILD_SCRIPT`      | Pre-build hook script | `mkdocs-pre-build.sh` |
| `PIP_INDEX_URL`      | Python repository url | _none_ |
| `PIP_OPTS`      | pip extra [options](https://pip.pypa.io/en/stable/reference/pip/#general-options) | _none_ |
| `PIP_OPTS`      | pip extra [options](https://pip.pypa.io/en/stable/cli/pip/#general-options) | _none_ |

## Jobs

+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@
    },
    {
      "name": "PIP_OPTS",
      "description": "pip extra [options](https://pip.pypa.io/en/stable/reference/pip/#general-options)",
      "description": "pip extra [options](https://pip.pypa.io/en/stable/cli/pip/#general-options)",
      "advanced": true
    }
  ],