[docs] update travis ci links - [skip ci] (#2660)
* update travis ci links
* remove deprecated method calls
diff --git a/README.md b/README.md
index 66f60d2..c8db1b5 100644
--- a/README.md
+++ b/README.md
@@ -15,8 +15,8 @@

Thrift makes it easy for programs written in different programming
-languages to share data and call remote procedures. With support
-for [28 programming languages](LANGUAGES.md), chances are Thrift
+languages to share data and call remote procedures. With support
+for [28 programming languages](LANGUAGES.md), chances are Thrift
supports the languages that you currently use.
Thrift is specifically designed to support non-atomic version changes
@@ -35,13 +35,13 @@
| Branch | Travis | Appveyor | Coverity Scan | codecov.io | Website |
| :----- | :----- | :------- | :------------ | :--------- | :------ |
-| [`master`](https://github.com/apache/thrift/tree/master) | [](https://travis-ci.org/apache/thrift/branches) | [](https://ci.appveyor.com/project/ApacheSoftwareFoundation/thrift/history) | [](https://scan.coverity.com/projects/thrift) | | [](https://thrift.apache.org/) |
-| [`0.14.0`](https://github.com/apache/thrift/tree/0.14.0) | [](https://travis-ci.org/apache/thrift/branches) | | | | |
+| [`master`](https://github.com/apache/thrift/tree/master) | [](https://app.travis-ci.com/apache/thrift/branches) | [](https://ci.appveyor.com/project/ApacheSoftwareFoundation/thrift/history) | [](https://scan.coverity.com/projects/thrift) | | [](https://thrift.apache.org/) |
+| [`0.17.0`](https://github.com/apache/thrift/tree/0.17.0) | [](https://app.travis-ci.com/apache/thrift/branches) | | | | |
Releases
========
-Thrift does not maintain a specific release calendar at this time.
+Thrift does not maintain a specific release calendar at this time.
We strive to release twice yearly. Download the [current release](http://thrift.apache.org/download).
@@ -182,9 +182,9 @@
Package Managers
================
-Apache Thrift is available via a number of package managers, a list which is
-is steadily growing. A more detailed overview can be found
-[at the Apache Thrift web site under "Libraries"](http://thrift.apache.org/lib/)
+Apache Thrift is available via a number of package managers, a list which is
+is steadily growing. A more detailed overview can be found
+[at the Apache Thrift web site under "Libraries"](http://thrift.apache.org/lib/)
and/or in the respective READMEs for each language under /lib
Testing