Skip to content

Commit

Permalink
Fix linking (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
junr03 authored Feb 14, 2017
1 parent cb70b9d commit fa1d968
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/configuration/overview/rate_limit.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ gRPC service IDL

Envoy expects the rate limit service to support the gRPC IDL specified in
:repo:`/source/common/ratelimit/ratelimit.proto`. See the IDL documentation for more information
on how the API works. See Lyft's reference implementation [here](https://github.com/lyft/ratelimit)
on how the API works. See Lyft's reference implementation `here <https://github.com/lyft/ratelimit>`_.
2 changes: 1 addition & 1 deletion docs/intro/arch_overview/global_rate_limiting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ normally during typical request patterns but still prevent cascading failure whe
to fail. Global rate limiting is a good solution for this case.

Envoy integrates directly with a global gRPC rate limiting service. Although any service that
implements the defined RPC/IDL protocol can be used, Lyft provides a [reference implementation](https://github.com/lyft/ratelimit)
implements the defined RPC/IDL protocol can be used, Lyft provides a `reference implementation <https://github.com/lyft/ratelimit>`_
written in Go which uses a Redis backend. Envoy’s rate limit integration has the following features:

* **Network level rate limit filter**: Envoy will call the rate limit service for every new
Expand Down

0 comments on commit fa1d968

Please sign in to comment.