Skip to content

Commit 587c069

Browse files
committed
Fix links to about.travis-ci.org.
1 parent dffd2f3 commit 587c069

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

user/addons.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ all you need to add to your .travis.yml file is this:
4949
addons:
5050
sauce_connect: true
5151

52-
[encryption-keys]: http://about.travis-ci.org/user/encryption-keys/
52+
[encryption-keys]: http://docs.travis-ci.com/user/encryption-keys/
5353

5454
To allow multiple tunnels to be open simultaneously, Travis CI opens a
5555
Sauce Connect [Identified Tunnel][identified-tunnels]. Make sure you are sending

user/database-setup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ or if you need several services, you can use the following:
4848
- memcached # will start memcached
4949

5050
This allows us to provide nice aliases for each service and normalize common differences between names, like RabbitMQ for example. Note that this feature only
51-
works for services we provision in our [CI environment](http://about.travis-ci.org/user/ci-environment/). If you download, say, Apache Jackrabbit and
51+
works for services we provision in our [CI environment](/user/ci-environment/). If you download, say, Apache Jackrabbit and
5252
start it manually in a `before_install` step, you will still have to do it the same way.
5353

5454

user/languages/php.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ You'll find the default configure options used to build the different PHP versio
120120

121121
However please note the following differences between the different PHP versions available on Travis:
122122

123-
* For unmaintained PHP versions we provide (5.2.x, 5.3.3), OpenSSL extension is disabled because of [compilation problems with OpenSSL 1.0](http://about.travis-ci.org/blog/upcoming_ubuntu_11_10_migration/). Recent PHP 5.3.x and 5.4.x releases we provision do have OpenSSL extension support.
123+
* For unmaintained PHP versions we provide (5.2.x, 5.3.3), OpenSSL extension is disabled because of [compilation problems with OpenSSL 1.0](http://blog.travis-ci.com/upcoming_ubuntu_11_10_migration/). Recent PHP 5.3.x and 5.4.x releases we provision do have OpenSSL extension support.
124124
* Pyrus is obviously not available for PHP 5.2.x.
125125
* Different SAPIs:
126126

user/speeding-up-the-build.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ that can be done to improve build times even more.
1212

1313
To speed up a test suite, you can break it up into several parts using
1414
Travis’ [build
15-
matrix](http://about.travis-ci.org/user/build-configuration/#The-Build-Matrix)
15+
matrix](/user/build-configuration/#The-Build-Matrix)
1616
feature.
1717

1818
Say you want to split up your unit tests and your integration tests into two

user/travis-pro-builds-update.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ memory. You'll now have **3 GB memory** available.
2525
Along the way, we've **revamped our build system** to be a lot stabler and much
2626
less prone to timeouts, stalls, even including improved error detection. You can
2727
read all the details
28-
[here](http://about.travis-ci.org/blog/2013-01-25-the-worker-gets-a-revamp/),
28+
[here](http://blog.travis-ci.com/2013-01-25-the-worker-gets-a-revamp/),
2929
but suffice it to say: it's been running pretty smoothly for the past couple of
3030
weeks.
3131

user/travis-pro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ fail to authorize access, failing the entire git clone operation.
6868

6969
Yes, you can. It's enabled by default for all repositories set up on Travis. See
7070
the [blog
71-
post](http://about.travis-ci.org/blog/announcing-pull-request-support/)
71+
post](http://blog.travis-ci.com/announcing-pull-request-support/)
7272
accompanying the launch of pull requests for Travis.
7373

7474
### How can I encrypt files that include sensitive data?

0 commit comments

Comments
 (0)