Skip to content

Commit b3e9c1b

Browse files
authored
Merge pull request #3036 from lmaisons/update-request-fee-link
Fix dead link in rate-limiting.md
2 parents 8f728a0 + 8e67fb0 commit b3e9c1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/references/http-websocket-apis/api-conventions/rate-limiting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Server is overloaded
4646
```
4747

4848
## Rate Per Request
49-
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/resource/Fees.h "Source")
49+
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/libxrpl/resource/Fees.cpp "Source")
5050

5151
The server calculates a client's usage rate based on the number of requests made over time, and weighs different types of requests based on approximately how much work the server must do to serve them. Follow-up messages from the server for the [subscribe method][] and [path_find method][] also count towards a client's usage rate.
5252

0 commit comments

Comments
 (0)