From 2a4122f7565923836b28410b0a09fb339b4e3bd1 Mon Sep 17 00:00:00 2001 From: Yoshiyuki Hirano Date: Sat, 31 Mar 2018 19:14:00 +0900 Subject: [PATCH] [ci skip] Modify twitter api link in api guide * The twitter developer site's url was changed. --- guides/source/api_app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/api_app.md b/guides/source/api_app.md index 2270eb6584..c2df6c45ad 100644 --- a/guides/source/api_app.md +++ b/guides/source/api_app.md @@ -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