diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2018-03-31 19:46:49 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-31 19:46:49 +0900 |
commit | c4f8a7f79516918b6bc7fe8ec8974b09928f468d (patch) | |
tree | f334679577877f839e87ce903f9a1416dcb7b507 /guides/source | |
parent | 798e7e9679662683896bfc8d64abdc13c832f261 (diff) | |
parent | 2a4122f7565923836b28410b0a09fb339b4e3bd1 (diff) | |
download | rails-c4f8a7f79516918b6bc7fe8ec8974b09928f468d.tar.gz rails-c4f8a7f79516918b6bc7fe8ec8974b09928f468d.tar.bz2 rails-c4f8a7f79516918b6bc7fe8ec8974b09928f468d.zip |
Merge pull request #32390 from yhirano55/modify_twitter_api_link_in_api_guide
[ci skip] Modify twitter api link in api guide
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/api_app.md | 2 |
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 |