From 0ec4e6bbe751b2e3201073dd07042fe3de91412a Mon Sep 17 00:00:00 2001 From: "Andrew M. Ghazanfari" Date: Thu, 14 Sep 2023 18:14:45 +0330 Subject: [PATCH] fix link to hooks in features Signed-off-by: Andrew M. Ghazanfari --- features.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features.md b/features.md index f3c8b5b3f..399b1f7a6 100644 --- a/features.md +++ b/features.md @@ -28,8 +28,8 @@ The `null` value MUST NOT be confused with an empty value such as `0`, `false`, ``` ## Hooks -* **`hooks`** (array of strings, OPTIONAL) The recognized names of the [hooks](config.md#hooks). - The runtime MUST support the elements in this array as the [`hooks` property of `config.json`](config.md#hooks). +* **`hooks`** (array of strings, OPTIONAL) The recognized names of the [hooks](config.md#posix-platform-hooks). + The runtime MUST support the elements in this array as the [`hooks` property of `config.json`](config.md#posix-platform-hooks). ### Example ```json