You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/concepts/transforms.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ This page details how the [different archetypes](https://rerun.io/docs/reference
12
12
13
13
The [`Transform3D`](https://rerun.io/docs/reference/types/archetypes/transform3d) archetype allows you to specify how one coordinate system relates to another through translation, rotation, and scaling.
14
14
15
-
The simplest way to use transforms is through entity path hierarchies, where each transform describes the relationship between an entity and its parent path.
15
+
The simplest way to use transforms is through [entity path hierarchies](../concepts/entity-path.md), where each transform describes the relationship between an entity and its parent path.
16
16
Note that by default, all entities are connected via identity transforms.
0 commit comments