From b5fef34f1e3beb60e7184cfb3420976bfa367137 Mon Sep 17 00:00:00 2001
From: Tomasz Maczukin <tomasz@maczukin.pl>
Date: Thu, 24 Dec 2015 19:18:01 +0100
Subject: [PATCH] Fix example request url

---
 lib/api/builds.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/api/builds.rb b/lib/api/builds.rb
index ce4892b5eeb..0ddb9e98de6 100644
--- a/lib/api/builds.rb
+++ b/lib/api/builds.rb
@@ -12,7 +12,7 @@ module API
       #   page (optional) - The page number for pagination (default: 1)
       #   per_page (ooptional) - The value of items per page to show (default 30)
       # Example Request:
-      #   GET /projects/:id/builds/all
+      #   GET /projects/:id/builds
       get ':id/builds' do
         all_builds = user_project.builds
         builds = all_builds.order('created_at DESC')
-- 
GitLab