Skip to content

Commit

Permalink
Merge pull request twitter#128 from financeCoding/url_fix
Browse files Browse the repository at this point in the history
link to finagle engineering post fixed
  • Loading branch information
lahosken committed Aug 14, 2014
2 parents 1afdfaf + d89d1c0 commit 332f0ef
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion web/finagle.textile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: An introduction to Finagle
layout: post
---

"Finagle":https://github.com/twitter/finagle is Twitter's RPC system. "This":http://engineering.twitter.com/2011/08/finagle-protocol-agnostic-rpc-system.html blog post explains its motivations and core design tenets, the "finagle README":https://github.com/twitter/finagle/blob/master/README.md contains more detailed documentation. Finagle aims to make it easy to build robust clients and servers.
"Finagle":https://github.com/twitter/finagle is Twitter's RPC system. "This":https://blog.twitter.com/2011/finagle-a-protocol-agnostic-rpc-system blog post explains its motivations and core design tenets, the "finagle README":https://github.com/twitter/finagle/blob/master/README.md contains more detailed documentation. Finagle aims to make it easy to build robust clients and servers.

* "REPL":#repl
* "Futures":#Future: "Sequential composition":#futsequential, "Concurrent composition":#futconcurrent, "Composition Example: Cached Rate Limit":#combined_combinator_example_cache, "Composition Example: Thumbnail Fetcher":#combined_combinator_thumbnail
Expand Down
2 changes: 1 addition & 1 deletion web/ko/finagle.textile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ layout: post
---

"피네이글(Finagle)":https://github.com/twitter/finagle 은 트위터의 RPC(원격 프로시져 호출) 시스템이다.
"이 블로그 글":http://engineering.twitter.com/2011/08/finagle-protocol-agnostic-rpc-system.html 은 만들게 된 동기와 설계 원칙을, "피네이글 README":https://github.com/twitter/finagle/blob/master/README.md 에는 더 자세한 설명이 있다. 피네이글은 튼튼한 클라이언트와 서버를 쉽게 만들려는 목적으로 쓰여졌다.
"이 블로그 글":https://blog.twitter.com/2011/finagle-a-protocol-agnostic-rpc-system 은 만들게 된 동기와 설계 원칙을, "피네이글 README":https://github.com/twitter/finagle/blob/master/README.md 에는 더 자세한 설명이 있다. 피네이글은 튼튼한 클라이언트와 서버를 쉽게 만들려는 목적으로 쓰여졌다.

* "REPL":#repl
* "Future":#Future: "순차 합성":#futsequential, "동시 합성":#futconcurrent, "합성 예제: 캐시된 비율 제한":#combined_combinator_example_cache, "합성 예제: 썸네일 페치 장치":#combined_combinator_thumbnail
Expand Down
2 changes: 1 addition & 1 deletion web/ru/finagle.textile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Введение в Finagle
layout: post
---

"Finagle":https://github.com/twitter/finagle - это RPC система от компании Twitter. "Здесь":http://engineering.twitter.com/2011/08/finagle-protocol-agnostic-rpc-system.html рассказывается о мотивах и основных принципа дизайна, "finagle README":https://github.com/twitter/finagle/blob/master/README.md содержит больше детальной информации. Finagle помогает просто создавать надежные клиентские и серверные приложения.
"Finagle":https://github.com/twitter/finagle - это RPC система от компании Twitter. "Здесь":https://blog.twitter.com/2011/finagle-a-protocol-agnostic-rpc-system рассказывается о мотивах и основных принципа дизайна, "finagle README":https://github.com/twitter/finagle/blob/master/README.md содержит больше детальной информации. Finagle помогает просто создавать надежные клиентские и серверные приложения.

h2. Futures

Expand Down
2 changes: 1 addition & 1 deletion web/zh_cn/finagle.textile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ layout: post

"Finagle":https://github.com/twitter/finagle 是 Twitter 研发的RPC系统。

"这篇博客":http://engineering.twitter.com/2011/08/finagle-protocol-agnostic-rpc-system.html 解释了其动机和核心设计原则, "finagle README":https://github.com/twitter/finagle/blob/master/README.md 包含更详细的文档。Finagle的目标是方便地建立强大的客户端和服务器。
"这篇博客":https://blog.twitter.com/2011/finagle-a-protocol-agnostic-rpc-system 解释了其动机和核心设计原则, "finagle README":https://github.com/twitter/finagle/blob/master/README.md 包含更详细的文档。Finagle的目标是方便地建立强大的客户端和服务器。

* "REPL":#repl
* "Futures":#Future: "顺序组合":#futsequential, "并发组合":#futconcurrent, "组合例子:缓存速率限制":#combined_combinator_example_cache, "组合例子:网络爬虫":#combined_combinator_example_thumbnail
Expand Down

0 comments on commit 332f0ef

Please sign in to comment.