Skip to content

Commit

Permalink
docs: fix and/or add links
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Nov 20, 2023
1 parent 6c3c4b3 commit e2a736d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ For type inference, we recommend using a static analysis tool such as [Psalm](ht

-----

- [Back to Table of Contents](../README.md)
- [Back to Table of Contents](./README.md)
10 changes: 5 additions & 5 deletions docs/reference/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
This section of the documentation details each of the various types shipped within phly/phly-rule-validation.
It starts with results and result sets, as rules produce results and rule sets produce result sets.

- Results
- ResultSets
- Defining Rules
- Shipped Rules
- RuleSets
- [Results](./result.md)
- [ResultSets](./result-set.md)
- [Defining Rules](./rule.md)
- [Shipped Rules](./shipped-rules.md)
- [RuleSets](./rule-set.md)

-----

Expand Down
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ if (! $flagResult->isValid()) {

-----

- [Back to Table of Contents](../README.md)
- [Back to Table of Contents](./README.md)

0 comments on commit e2a736d

Please sign in to comment.