diff options
author | Matt Lee <mattl@gitlab.com> | 2016-11-29 12:42:50 -0500 |
---|---|---|
committer | Matt Lee <mattl@gitlab.com> | 2016-11-29 12:42:50 -0500 |
commit | 2ed6941f519331a44204fbadc6d2d2a91087c6b8 (patch) | |
tree | 293ac446c600ad4148c97f1b89ee409824c94620 /doc/api/ci/runners.md | |
parent | 25e6e2fc73c476bdef8465975165894ac01da991 (diff) | |
download | gitlab-ce-api-docs-fix.tar.gz |
WIP: Updates our documentation to point to gitlab.comapi-docs-fix
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" ``` |