From 32e86785fac6e1a65715cbb6848458685f92e60b Mon Sep 17 00:00:00 2001 From: fabwa Date: Sun, 24 Jan 2021 16:50:02 +0100 Subject: [PATCH] Update notifications.md --- docs/notifications.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/notifications.md b/docs/notifications.md index 46528f2259..f886332bf8 100644 --- a/docs/notifications.md +++ b/docs/notifications.md @@ -1,7 +1,7 @@ # Notification subsystem Original motivation, requirements and general solution strategy are described -in the issue #895. +in the [issue #895](https://github.com/nspcc-dev/neo-go/issues/895). This extension allows a websocket client to subscribe to various events and receive them as JSON-RPC notifications from the server.