From 964e542154e586afcaf72b0daf6275562034f791 Mon Sep 17 00:00:00 2001
From: Pierre Smeyers <pierre.smeyers@gmail.com>
Date: Wed, 19 Oct 2022 08:48:20 +0200
Subject: [PATCH] docs: fix broken link

---
 README.md   | 2 +-
 kicker.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index f907a5d..18884b1 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ The Python template uses some global configuration used throughout all jobs.
 | `PYTHON_PROJECT_DIR` | Python project root directory                                                         | `.`                |
 | `PYTHON_BUILD_SYSTEM`| Python build-system to use to install dependencies, build and package the project (see below) | _none_ (auto-detect) |
 | `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_             |
 | `PYTHON_EXTRA_DEPS`  | Python extra sets of dependencies to install<br/>For [Setuptools](https://setuptools.pypa.io/en/latest/userguide/dependency_management.html?highlight=extras#optional-dependencies) or [Poetry](https://python-poetry.org/docs/pyproject/#extras) only | _none_ |
 | `PYTHON_REQS_FILE`   | Main requirements file _(relative to `$PYTHON_PROJECT_DIR`)_<br/>For [Requirements Files](https://pip.pypa.io/en/stable/user_guide/#requirements-files) build-system only | `requirements.txt` |
 | `PYTHON_EXTRA_REQS_FILES` | Extra dev requirements file(s) to install _(relative to `$PYTHON_PROJECT_DIR`)_ | `requirements-dev.txt` |
diff --git a/kicker.json b/kicker.json
index da0fc1e..af096f6 100644
--- a/kicker.json
+++ b/kicker.json
@@ -42,7 +42,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
     },
     {
-- 
GitLab