From 4c2e44801f6e8860c718b34d953ff402158eb9bc Mon Sep 17 00:00:00 2001 From: Elliot Rushton Date: Sat, 2 Mar 2019 00:40:49 +0000 Subject: [PATCH] Update lint.md to provide the correct path for the API --- doc/api/lint.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/lint.md b/doc/api/lint.md index b9b49f3df27..79f5e629c7f 100644 --- a/doc/api/lint.md +++ b/doc/api/lint.md @@ -5,7 +5,7 @@ Checks if your `.gitlab-ci.yml` file is valid. ``` -POST /lint +POST /ci/lint ``` | Attribute | Type | Required | Description |