aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/api_app.md
diff options
context:
space:
mode:
authorYoshiyuki Hirano <yhirano@me.com>2018-03-31 19:14:00 +0900
committerYoshiyuki Hirano <yhirano@me.com>2018-03-31 19:14:35 +0900
commit2a4122f7565923836b28410b0a09fb339b4e3bd1 (patch)
treef334679577877f839e87ce903f9a1416dcb7b507 /guides/source/api_app.md
parent798e7e9679662683896bfc8d64abdc13c832f261 (diff)
downloadrails-2a4122f7565923836b28410b0a09fb339b4e3bd1.tar.gz
rails-2a4122f7565923836b28410b0a09fb339b4e3bd1.tar.bz2
rails-2a4122f7565923836b28410b0a09fb339b4e3bd1.zip
[ci skip] Modify twitter api link in api guide
* The twitter developer site's url was changed.
Diffstat (limited to 'guides/source/api_app.md')
-rw-r--r--guides/source/api_app.md2
1 files changed, 1 insertions, 1 deletions
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