Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

Rules contain a set of _conditions_ and a single _event_. When the engine is run, each rule condition is evaluated. If the results are truthy, the rule's _event_ is triggered.

[Methods](#Methods)
[Methods](#methods)

[Conditions](#Conditions)
[Conditions](#conditions)

[Events](#Events)
[Events](#events)

[Operators](#Operators)
[Operators](#operators)

[Rule Results](#rule-results)

Expand Down Expand Up @@ -342,4 +342,4 @@ Rule results are structured similar to rules, with two additional pieces of meta
}
```

A demonstration can be found in the [rule-results](../examples/09-rule-results.js) example.
A demonstration can be found in the [rule-results](../examples/09-rule-results.js) example.