[ci skip] Modify twitter api link in api guide

* The twitter developer site's url was changed.
This commit is contained in:
Yoshiyuki Hirano 2018-03-31 19:14:00 +09:00
parent 798e7e9679
commit 2a4122f756
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ With the advent of client-side frameworks, more developers are using Rails to
build a back-end that is shared between their web application and other native
applications.
For example, Twitter uses its [public API](https://dev.twitter.com) in its web
For example, Twitter uses its [public API](https://developer.twitter.com/) in its web
application, which is built as a static site that consumes JSON resources.
Instead of using Rails to generate HTML that communicates with the server