Skip to content

Commit

Permalink
Merge pull request #1226 from amghazanfari/main
Browse files Browse the repository at this point in the history
fix link to hooks in features
  • Loading branch information
tianon committed Sep 14, 2023
2 parents 418fb47 + 0ec4e6b commit 989e575
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ The `null` value MUST NOT be confused with an empty value such as `0`, `false`,
```

## <a name="featuresHooks" />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
Expand Down

0 comments on commit 989e575

Please sign in to comment.