Skip to content

Commit 989e575

Browse files
authored
Merge pull request #1226 from amghazanfari/main
fix link to hooks in features
2 parents 418fb47 + 0ec4e6b commit 989e575

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ The `null` value MUST NOT be confused with an empty value such as `0`, `false`,
2828
```
2929

3030
## <a name="featuresHooks" />Hooks
31-
* **`hooks`** (array of strings, OPTIONAL) The recognized names of the [hooks](config.md#hooks).
32-
The runtime MUST support the elements in this array as the [`hooks` property of `config.json`](config.md#hooks).
31+
* **`hooks`** (array of strings, OPTIONAL) The recognized names of the [hooks](config.md#posix-platform-hooks).
32+
The runtime MUST support the elements in this array as the [`hooks` property of `config.json`](config.md#posix-platform-hooks).
3333

3434
### Example
3535
```json

0 commit comments

Comments
 (0)