Skip to content

Commit ae3bfff

Browse files
authored
Merge branch 'master' into patch-7
2 parents 991c348 + e3d0590 commit ae3bfff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

user/build-config-yaml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ layout: en
66

77
Travis CI uses YAML as the primary language for build configuration stored in
88
the main `.travis.yml` build config file, as well as other config sources
9-
imported using the [Build Config Imports](/build-config-imports) feature.
9+
imported using the [Build Config Imports](/user/build-config-imports) feature.
1010

1111
This page documents a few noteworthy pieces of information about how
1212
Travis CI uses YAML.

user/enterprise/tcie-3.x-setting-up-travis-ci-enterprise.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ or multiple instances managed by Kubernetes, separate from that of the Travis CI
5555
Enterprise worker. We recommend **compute optimized** instance running
5656
Ubuntu 18.04 LTS or later as the underlying operating system.
5757

58-
> If you are migrating from Travis CI enteprise 2.x, please make sure to read and execute the [datbase migration instructions](/user/enterprise/tcie-3.x-migrating-db-from-2.x-to-3.x./) first.
58+
> If you are migrating from Travis CI enteprise 2.x, please make sure to read and execute the [datbase migration instructions](/user/enterprise/tcie-3.x-migrating-db-from-2.x-to-3.x/) first.
5959
6060
1. *On your infrastructure management platform*, create a Travis CI Platform Security Group.
6161

user/job-lifecycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The `.travis.yml` file describes the build process. A *build* in Travis CI is a
1515

1616
## The Job Lifecycle
1717

18-
Each *job* is a sequence of [phases](../for-beginners/#builds-jobs-stages-and-phases). The *main phases* are:
18+
Each *job* is a sequence of [phases](/user/for-beginners/#builds-jobs-stages-and-phases). The *main phases* are:
1919

2020
1. `install` - install any dependencies required
2121
2. `script` - run the build script

0 commit comments

Comments
 (0)