From c6df7e61491f48515362d9bbc43f9fe08209e178 Mon Sep 17 00:00:00 2001 From: Clement Rey Date: Fri, 20 Dec 2024 10:22:53 +0100 Subject: [PATCH] dead links --- docs/content/reference/migration/migration-0-13.md | 4 ++-- docs/content/reference/migration/migration-0-9.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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`