Skip to content

Commit aa4875b

Browse files
authored
Fix links for fastJoin and populate (#599)
The `guide.html` has changed in `guides.html`. I've updated the two links.
1 parent 784a0e7 commit aa4875b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/hooks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ Join related records.
575575
| `after` | `context` `=> { }` | | Processing performed after all other operations are completed. |
576576
| `joins` | `Object` | | Resolver functions provide a mapping between a portion of a operation and actual backend code responsible for handling it. |
577577
578-
> Read the [guide](guide.html#fastjoin) for more information on the arguments.
578+
> Read the [guide](guides.html#fastjoin) for more information on the arguments.
579579
580580
- **Example using Feathers services**
581581
@@ -1474,7 +1474,7 @@ Join related records.
14741474
| `provider` | `undefined` | | Call the service as the server, not with the client's transport. |
14751475
| `include` | `Array<` `Object >` or `Object` | | Continue recursively join records to these records. |
14761476
1477-
> Read the [guide](guide.html#populate) for more information on the arguments.
1477+
> Read the [guide](guides.html#populate) for more information on the arguments.
14781478
14791479
- **Examples**
14801480

0 commit comments

Comments
 (0)