Skip to content

Commit 8e67fb0

Browse files
authored
Fix dead link in rate-limiting.md
The source link for the 'Rate Per Request' section links to a non-extant file. Update to nearest contemporaneous equivalent.
1 parent 7253913 commit 8e67fb0

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)