Fix links to docs and blog in API doco.
[skip ci]
This commit is contained in:
parent
cd2a508fa2
commit
1de288cc60
|
@ -93,10 +93,10 @@ __END__
|
||||||
<body>
|
<body>
|
||||||
<div id="navigation">
|
<div id="navigation">
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<a href="http://travis-ci.org/" class="logo-home"><img src="http://about.travis-ci.org/images/travisci-small.png" alt="Travis Logo"></a>
|
<a href="http://travis-ci.org/" class="logo-home"><img src="http://docs.travis-ci.com/images/travisci-small.png" alt="Travis Logo"></a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://about.travis-ci.org/blog/">Blog</a></li>
|
<li><a href="http://blog.travis-ci.com/">Blog</a></li>
|
||||||
<li><a href="http://about.travis-ci.org/docs/">Documentation</a></li>
|
<li><a href="http://docs.travis-ci.com/">Documentation</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -157,7 +157,7 @@ __END__
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<div class="large-6 columns left">
|
<div class="large-6 columns left">
|
||||||
<div id="travis-logo">
|
<div id="travis-logo">
|
||||||
<img src="http://about.travis-ci.org/images/travis-mascot-200px.png" id="travis-mascot">
|
<img src="http://docs.travis-ci.com/images/travis-mascot-200px.png" id="travis-mascot">
|
||||||
</div>
|
</div>
|
||||||
<div id="travis-address">
|
<div id="travis-address">
|
||||||
<p>© 2013 Travis CI GmbH,<br>Prinzessinnenstr. 20, 10969 berlin, Germany</p>
|
<p>© 2013 Travis CI GmbH,<br>Prinzessinnenstr. 20, 10969 berlin, Germany</p>
|
||||||
|
@ -169,13 +169,13 @@ __END__
|
||||||
<ul class="left">
|
<ul class="left">
|
||||||
<li><a href="mailto:contact@travis-ci.com">Email</a></li>
|
<li><a href="mailto:contact@travis-ci.com">Email</a></li>
|
||||||
<li><a href="http://chat.travis-ci.com">Live Chat</a></li>
|
<li><a href="http://chat.travis-ci.com">Live Chat</a></li>
|
||||||
<li><a href="http://about.travis-ci.org/docs">Docs</a></li>
|
<li><a href="http://docs.travis-ci.com">Docs</a></li>
|
||||||
<li><a href="http://status.travis-ci.com">Status</a></li>
|
<li><a href="http://status.travis-ci.com">Status</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="berlin-sticker">
|
<div id="berlin-sticker">
|
||||||
<img src="http://about.travis-ci.org/images/made-in-berlin-badge.png" id="made-in-berlin">
|
<img src="http://docs.trais-ci.com/images/made-in-berlin-badge.png" id="made-in-berlin">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -74,7 +74,7 @@ class Travis::Api::App
|
||||||
# Get the public key for the repository with the given id.
|
# Get the public key for the repository with the given id.
|
||||||
#
|
#
|
||||||
# This can be used to encrypt secure variables in the build configuration. See
|
# 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.
|
# information.
|
||||||
#
|
#
|
||||||
# ### Response
|
# ### Response
|
||||||
|
@ -146,7 +146,7 @@ class Travis::Api::App
|
||||||
# Get the public key for a given repository.
|
# Get the public key for a given repository.
|
||||||
#
|
#
|
||||||
# This can be used to encrypt secure variables in the build configuration. See
|
# 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.
|
# information.
|
||||||
#
|
#
|
||||||
# ### Response
|
# ### Response
|
||||||
|
|
Loading…
Reference in New Issue
Block a user