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__ 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