From 1de288cc604a56eb0139a3720ce986cb19aa7cc0 Mon Sep 17 00:00:00 2001 From: Mathias Meyer Date: Tue, 21 Jan 2014 13:44:13 +0100 Subject: [PATCH] Fix links to docs and blog in API doco. [skip ci] --- lib/travis/api/app/endpoint/documentation.rb | 12 ++++++------ lib/travis/api/app/endpoint/repos.rb | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/lib/travis/api/app/endpoint/documentation.rb b/lib/travis/api/app/endpoint/documentation.rb index b9ec5489..c5731699 100644 --- a/lib/travis/api/app/endpoint/documentation.rb +++ b/lib/travis/api/app/endpoint/documentation.rb @@ -93,10 +93,10 @@ __END__ @@ -157,7 +157,7 @@ __END__

© 2013 Travis CI GmbH,
Prinzessinnenstr. 20, 10969 berlin, Germany

@@ -169,13 +169,13 @@ __END__
- +
diff --git a/lib/travis/api/app/endpoint/repos.rb b/lib/travis/api/app/endpoint/repos.rb index 18f7b6af..9dafd733 100644 --- a/lib/travis/api/app/endpoint/repos.rb +++ b/lib/travis/api/app/endpoint/repos.rb @@ -74,7 +74,7 @@ class Travis::Api::App # Get the public key for the repository with the given id. # # This can be used to encrypt secure variables in the build configuration. See - # [the encryption keys](http://about.travis-ci.org/docs/user/encryption-keys/) documentation page for more + # [the encryption keys](http://docs.travis-ci.com/user/encryption-keys/) documentation page for more # information. # # ### Response @@ -146,7 +146,7 @@ class Travis::Api::App # Get the public key for a given repository. # # This can be used to encrypt secure variables in the build configuration. See - # [the encryption keys](http://about.travis-ci.org/docs/user/encryption-keys/) documentation page for more + # [the encryption keys](http://docs.travis-ci.com/user/encryption-keys/) documentation page for more # information. # # ### Response