Skip to content

Commit d319544

Browse files
authored
Merge pull request travis-ci#3404 from travis-ci/nrios14-patch-2
Update onboarding.md
2 parents abf0017 + b764cee commit d319544

File tree

2 files changed

+21
-25
lines changed

2 files changed

+21
-25
lines changed

user/onboarding.md

+18-22
Original file line numberDiff line numberDiff line change
@@ -19,45 +19,41 @@ To start using Travis CI, make sure you have the following:
1919

2020
Get started with Travis CI, a continuous integration service used to test and build software projects hosted on [GitHub](https://github.com/), [Assembla](https://www.assembla.com/), [Bitbucket](https://bitbucket.org/), or [GitLab](https://about.gitlab.com/).
2121

22-
1. **Sign up for Travis CI**. </br>
22+
1. **Sign up for Travis CI**.
2323
Go to [Travis-ci.com](https://app.travis-ci.com) and [*Sign-in with your preferred account*](https://app.travis-ci.com/signin).
2424

25-
![Travis CI Sign-in](/user/images/onboarding-travis-sign-in.png)
25+
![Travis CI Sign-in](/user/images/onboarding-travis-sign-in.png)
2626

27-
2. **Accept Travis CI Authorization**. </br>
27+
2. **Accept Travis CI Authorization**.
2828
Once redirected to your chosen platform, log into your account and accept Travis CI’s authorization request.
2929

30-
If you have any doubts about the Travis CI access rights to your chosen platform, read more details here:
31-
* [GitHub Authorized OAuth App](/user/github-oauth-scopes/#travis-ci-github-oauth-app-access-rights).
32-
* [GitHub permissions used by Travis CI](/user/github-oauth-scopes).
33-
* [Assembla permissions used by Travis CI](/user/assembla-oauth-scopes/)
34-
* [BitBucket permissions used by Travis CI](/user/bb-oauth-scopes/)
35-
* [GitLab permissions used by Travis CI](/user/gl-oauth-scopes/)
30+
If you have any doubts about the Travis CI access rights to your chosen platform, read more details here:
31+
32+
* [GitHub Authorized OAuth App](/user/github-oauth-scopes/#travis-ci-github-oauth-app-access-rights).
33+
* [GitHub permissions used by Travis CI](/user/github-oauth-scopes).
34+
* [Assembla permissions used by Travis CI](/user/assembla-oauth-scopes/)
35+
* [BitBucket permissions used by Travis CI](/user/bb-oauth-scopes/)
36+
* [GitLab permissions used by Travis CI](/user/gl-oauth-scopes/)
3637

37-
38-
3. **Verify your email account**. </br>
38+
3. **Verify your email account**.
3939
Travis CI sends a verification email. Check your email and verify your account to continue. Otherwise, you will have limited build functions.
4040

41-
42-
4. **Select a Plan**. </br>
41+
4. **Select a Plan**.
4342
Choose the best plan for you, or get started with our Trial Plan.
4443

45-
![Plan Selection](/user/images/onboarding-select-plan.png)
46-
44+
![Plan Selection](/user/images/onboarding-select-plan.png)
4745

48-
5. **Credit Card Validation**. </br>
46+
5. **Credit Card Validation**.
4947
To commence the selected plan, you must first insert your billing information and a valid Credit Card.
5048

51-
![Payment Screen](/user/images/onboarding-payment.png)
49+
![Payment Screen](/user/images/onboarding-payment.png)
5250

53-
> **Note**: For Trial Plans, credit card authorization may result in a small fee being held on the card for a short duration. Trial Plan users are granted a small allotment of trial credits to be used within the next 14 days.
51+
> **Note**: For Trial Plans, credit card authorization may result in a small fee being held on the card for a short duration. Trial Plan users are granted a small allotment of trial credits to be used within the next 14 days.
5452
55-
56-
6. **Settings configurations**.</br>
53+
6. **Settings configurations**.
5754
In your Travis Dashboard, click on your profile picture at the top right and select the Settings option to see a list of your available repositories.
5855

59-
60-
7. **Select repositories**.</br>
56+
7. **Select repositories**.
6157
Click the **Manage Repositories** button. Once directed to your chosen platform, select the repositories you want to use with Travis CI.
6258

6359
![Manage Repositories](/user/images/onboarding-manage-repositories.png)

user/tutorials/tutorial-c.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ script:
6060

6161
## Further Reading
6262
For more information on C and C++ projects see:
63-
* [Building a C Project](/user/language/c/)
64-
* [Building a C++ Project](/user/language/cpp/)
65-
* [Building a C# Project](/user/language/csharp/)
63+
* [Building a C Project](/user/languages/c/)
64+
* [Building a C++ Project](/user/languages/cpp/)
65+
* [Building a C# Project](/user/languages/csharp/)
6666
* [Travis CI Cookbook: C++](https://www.youtube.com/watch?v=9rKfaT8Quzs)

0 commit comments

Comments
 (0)