From b0b5d414930743d5ff97e31e7fe460d347baee9e Mon Sep 17 00:00:00 2001 From: Dastan-glitch Date: Thu, 17 Aug 2023 05:52:28 +0300 Subject: [PATCH] book: fix event_action link --- doc/src/misc/ircd/specification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/misc/ircd/specification.md b/doc/src/misc/ircd/specification.md index 7a43513dd..d3864e142 100644 --- a/doc/src/misc/ircd/specification.md +++ b/doc/src/misc/ircd/specification.md @@ -4,7 +4,7 @@ ## PrivMsgEvent This is the main message type inside Ircd. The `PrivMsgEvent` is an -[event action](https://darkrenaissance.github.io/darkfi/misc/hashchain/hashchain.html#eventaction). +[event action](https://darkrenaissance.github.io/darkfi/misc/event_graph/network_protocol.html#event). | Description | Data Type | Comments |