lib/git-semaphore/api.rb in git-semaphore-0.0.6 vs lib/git-semaphore/api.rb in git-semaphore-0.0.7
- old
+ new
@@ -4,12 +4,12 @@
module Git
module Semaphore
class Api
- # http://docs.semaphoreapp.com/api
+ # https://semaphoreci.com/docs/
- SEMAPHORE_API_HOST = 'semaphoreapp.com'
+ SEMAPHORE_API_HOST = 'semaphoreci.com'
SEMAPHORE_API_URI = '/api/v1'
def self.projects_uri auth_token
request_uri(auth_token, :path => File.join(SEMAPHORE_API_URI, 'projects'))
end