Skip to content

Commit 1836762

Browse files
authored
chore: fix 404 URL (#13344)
Signed-off-by: joemicky <[email protected]>
1 parent 5ddb408 commit 1836762

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/en/actor-events-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ The structured logging style of composition should be seen in contrast to an alt
7070

7171
Two Lotus APIs are provided that can be used to obtain direct access to events stored on the node being queried (a node may not have all historical events stored and available for query):
7272

73-
- **[`GetActorEventsRaw`](https://github.com/filecoin-project/lotus/blob/master/documentation/en/api-v1-unstable-methods.md#GetActorEventsRaw)** will return all available historical actor events that match a given *filter* argument.
74-
- **[`SubscribeActorEventsRaw`](https://github.com/filecoin-project/lotus/blob/master/documentation/en/api-v1-unstable-methods.md#SubscribeActorEventsRaw)** will return a long-lived stream providing all available actor events that match a given *filter* argument as they are generated. Optionally also providing a list of historical events. This API is available via websocket from the Lotus API RPC.
73+
- **[`GetActorEventsRaw`](https://github.com/filecoin-project/lotus/blob/master/documentation/en/api-methods-v1-stable.md#GetActorEventsRaw)** will return all available historical actor events that match a given *filter* argument.
74+
- **[`SubscribeActorEventsRaw`](https://github.com/filecoin-project/lotus/blob/master/documentation/en/api-methods-v1-stable.md#SubscribeActorEventsRaw)** will return a long-lived stream providing all available actor events that match a given *filter* argument as they are generated. Optionally also providing a list of historical events. This API is available via websocket from the Lotus API RPC.
7575

7676
Both APIs take an `EventFilter` as an argument to determine which events to return. This event filter optionally comprises the following:
7777

0 commit comments

Comments
 (0)