diff options
Diffstat (limited to 'doc/api/ci/runners.md')
-rw-r--r-- | doc/api/ci/runners.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/ci/runners.md b/doc/api/ci/runners.md index 16028d1f124..1bd8b1476bf 100644 --- a/doc/api/ci/runners.md +++ b/doc/api/ci/runners.md @@ -37,7 +37,7 @@ POST /ci/api/v1/runners/register Example request: ```sh -curl --request POST "https://gitlab.example.com/ci/api/v1/runners/register" --form "token=t0k3n" +curl --request POST "https://gitlab.com/ci/api/v1/runners/register" --form "token=t0k3n" ``` ## Delete a Runner @@ -55,5 +55,5 @@ DELETE /ci/api/v1/runners/delete Example request: ```sh -curl --request DELETE "https://gitlab.example.com/ci/api/v1/runners/delete" --form "token=t0k3n" +curl --request DELETE "https://gitlab.com/ci/api/v1/runners/delete" --form "token=t0k3n" ``` |