Repository: aurora Updated Branches: refs/heads/master 17ade117b -> 11f1e0d11
Fix language typo in documentation. Reviewed at https://reviews.apache.org/r/45675/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/11f1e0d1 Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/11f1e0d1 Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/11f1e0d1 Branch: refs/heads/master Commit: 11f1e0d1162374862ec9ad1e0f753b347a3b4cdd Parents: 17ade11 Author: se choi <[email protected]> Authored: Mon Apr 4 09:29:28 2016 -0700 Committer: Bill Farner <[email protected]> Committed: Mon Apr 4 09:29:28 2016 -0700 ---------------------------------------------------------------------- docs/additional-resources/tools.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora/blob/11f1e0d1/docs/additional-resources/tools.md ---------------------------------------------------------------------- diff --git a/docs/additional-resources/tools.md b/docs/additional-resources/tools.md index 109f125..354ccf0 100644 --- a/docs/additional-resources/tools.md +++ b/docs/additional-resources/tools.md @@ -9,8 +9,8 @@ Various tools integrate with Aurora. Is there a tool missing? Let us know, or su * RPC libraries that integrate with the Aurora's [service discovery mechanism](../features/service-discovery.md): - [linkerd](https://linkerd.io/) RPC proxy - - [finagle](https://twitter.github.io/finagle) (Python) - - [scales](https://github.com/steveniemitz/scales) (Scala) + - [finagle](https://twitter.github.io/finagle) (Scala) + - [scales](https://github.com/steveniemitz/scales) (Python) * Monitoring: - [collectd-aurora](https://github.com/zircote/collectd-aurora) for cluster monitoring using collectd
