Skip to content

Commit 2218c1e

Browse files
committed
Fix include file path in docs
1 parent 70dd480 commit 2218c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/subscriptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ the subscriptions to those listeners.
1111
## Adding/Removing a Listener
1212

1313
Subscriptions are created or removed by calling the `Request::subscribe`
14-
and `Request::unsubscribe` methods in [GraphQLService.h](../include/GraphQLService.h):
14+
and `Request::unsubscribe` methods in [GraphQLService.h](../include/graphqlservice/GraphQLService.h):
1515
```cpp
1616
SubscriptionKey subscribe(SubscriptionParams&& params, SubscriptionCallback&& callback);
1717
void unsubscribe(SubscriptionKey key);

0 commit comments

Comments
 (0)