Skip to content

Commit b027070

Browse files
committed
Update build reference and links
1 parent 31354d8 commit b027070

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
branches:
22
only:
3-
- master
3+
- 2.x
44

55
language: php
66

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Vatsimphp [![Latest Stable Version](https://img.shields.io/github/release/skymeyer/vatsimphp.svg)](https://packagist.org/packages/skymeyer/vatsimphp) [![Total downloads](https://img.shields.io/packagist/dt/skymeyer/vatsimphp.svg)](https://packagist.org/packages/skymeyer/vatsimphp) [![Build Status](https://travis-ci.com/skymeyer/Vatsimphp.svg?branch=master)](https://travis-ci.com/skymeyer/Vatsimphp)
1+
# Vatsimphp [![Latest Stable Version](https://img.shields.io/github/release/skymeyer/vatsimphp.svg)](https://packagist.org/packages/skymeyer/vatsimphp) [![Total downloads](https://img.shields.io/packagist/dt/skymeyer/vatsimphp.svg)](https://packagist.org/packages/skymeyer/vatsimphp) [![Build Status](https://travis-ci.com/skymeyer/Vatsimphp.svg?branch=2.x)](https://travis-ci.com/skymeyer/Vatsimphp)
22

33
Vatsimphp collects and parses the publically available statistics
44
from the [VATSIM.net](http://www.vatsim.net) network. It provides
@@ -22,8 +22,8 @@ backend of your choice.
2222
Documentation
2323
-------------
2424

25-
- [Browse documentation](https://github.com/skymeyer/Vatsimphp/blob/master/docs/index.md)
26-
- [Browse examples](https://github.com/skymeyer/Vatsimphp/tree/master/examples)
25+
- [Browse documentation](https://github.com/skymeyer/Vatsimphp/blob/2.x/docs/index.md)
26+
- [Browse examples](https://github.com/skymeyer/Vatsimphp/tree/2.x/examples)
2727

2828
About
2929
=====
@@ -53,7 +53,7 @@ See the `CHANGELOG.md` file for more details.
5353
Author
5454
------
5555

56-
Jelle Vink - <jelle.vink@gmail.com> (<http://skymeyer.be>)
56+
Jelle Vink - <jelle.vink@gmail.com> (<http://skymeyer.dev>)
5757

5858
License
5959
-------

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{
1010
"name": "Jelle Vink",
1111
"email": "jelle.vink@gmail.com",
12-
"homepage": "http://skymeyer.be"
12+
"homepage": "http://skymeyer.dev"
1313
}
1414
],
1515
"require": {

0 commit comments

Comments
 (0)