Skip to content

Commit

Permalink
Fix broken link in relationships manual
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderMertens committed Oct 16, 2024
1 parent fb72c35 commit 74e2dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Relationships.md
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ More advanced queries are possible with Flecs queries. See the [Queries manual](
Relationship pairs, just like regular component, can be associated with data. To associate data with a relationship pair, at least one of its elements needs to be a component. A pair can be associated with at most one type. To determine which type is associated with a relationship pair, the following rules are followed in order:

- If neither the first nor second elements are a type, the pair is a tag
- If the first element has the [tag](Relationships.md#tag-property) property, the pair is a tag
- If the first element has the [PairIsTag](https://www.flecs.dev/flecs/md_docs_2ComponentTraits.html#pairistag-trait) trait, the pair is a tag
- If the first element is a type, the pair type is the first element
- If the second element is a type, the pair type is the second element

Expand Down

0 comments on commit 74e2dc3

Please sign in to comment.