Skip to content

Commit df40246

Browse files
authored
DOC: Update subscriptions.mdx with TypedEventTarget location. (#3373)
1 parent 057ad06 commit df40246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/pages/docs/features/subscriptions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ can use an external datastore for distributing the events across all server repl
441441
[`Redis Pub/Sub`](https://redis.io/topics/pubsub) or [`Kafka`](https://kafka.apache.org/).
442442

443443
The minimal `EventTarget` implementation is described by the
444-
[`TypedEventTarget` interface](https://github.com/dotansimha/graphql-yoga/blob/master/packages/event-target/typed-event-target/src/typed-event-target.ts).
444+
[`TypedEventTarget` interface](https://github.com/dotansimha/graphql-yoga/blob/master/packages/event-target/typed-event-target/src/index.ts#L18).
445445

446446
Yoga comes with an `EventTarget` implementation for
447447
[Redis Pub/Sub](https://redis.io/docs/manual/pubsub/).

0 commit comments

Comments
 (0)