diff --git a/docs/content/reference/migration/migration-0-13.md b/docs/content/reference/migration/migration-0-13.md index 511e351df01a..a090f53df745 100644 --- a/docs/content/reference/migration/migration-0-13.md +++ b/docs/content/reference/migration/migration-0-13.md @@ -33,8 +33,8 @@ more predictable but comes with a few changes on how paths are expected to be st the appropriate dimensions. * Note that children of root are still special for 3D & time series views but this may change in the future see [#4926](https://github.com/rerun-io/rerun/issues/4926) -* [DisconnectedSpace](../types/archetypes/disconnected_space.md) now strictly applies only to 2D and 3D Space Views +* `DisconnectedSpace` now strictly applies only to 2D and 3D Space Views * Internally, the heuristic now reasons about a 2D/3D topology which does not affect other types of views. - [DisconnectedSpace](../types/archetypes/disconnected_space.md) represents a hard cut in this topology. + `DisconnectedSpace` represents a hard cut in this topology. Future releases will allow you to specify Space Views & view layout from code. diff --git a/docs/content/reference/migration/migration-0-9.md b/docs/content/reference/migration/migration-0-9.md index fb9749f08c48..d19243bc70ba 100644 --- a/docs/content/reference/migration/migration-0-9.md +++ b/docs/content/reference/migration/migration-0-9.md @@ -76,9 +76,9 @@ Notes: * `image` has become `data` ### log_disconnected_space -Replace with [DisconnectedSpace](../types/archetypes/disconnected_space.md) +Replace with `DisconnectedSpace` -Python docs: [DisconnectedSpace](https://ref.rerun.io/docs/python/stable/common/archetypes/#rerun.archetypes.DisconnectedSpace) +Python docs: [DisconnectedSpace](https://ref.rerun.io/docs/python/0.21.0/common/archetypes/#rerun.archetypes.DisconnectedSpace) ### log_extension_components Replace with `AnyValues`