From dbf0fa6ee0a6be2cf629791c59c499540fd6964d Mon Sep 17 00:00:00 2001 From: Brad Rydzewski Date: Thu, 3 Sep 2015 17:21:08 -0700 Subject: [PATCH] consistent use of the _url in REST API --- cmd/drone-server/static/scripts/views/layout.html | 2 +- .../static/scripts/views/repos/index/content.html | 2 +- .../static/scripts/views/users/content.html | 2 +- doc/swagger.yml | 5 +++-- pkg/remote/builtin/github/github.go | 4 ++-- pkg/remote/builtin/gitlab/gitlab.go | 3 ++- pkg/types/build.go | 7 ++++--- pkg/types/hook.go | 1 + pkg/types/repo.go | 2 +- pkg/types/status.go | 12 ++++++------ pkg/types/user.go | 2 +- 11 files changed, 23 insertions(+), 19 deletions(-) diff --git a/cmd/drone-server/static/scripts/views/layout.html b/cmd/drone-server/static/scripts/views/layout.html index ced66f796..e698428e7 100644 --- a/cmd/drone-server/static/scripts/views/layout.html +++ b/cmd/drone-server/static/scripts/views/layout.html @@ -3,7 +3,7 @@