Skip to content

Commit

Permalink
dead links
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Dec 20, 2024
1 parent a5c4b91 commit c6df7e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/content/reference/migration/migration-0-13.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 2 additions & 2 deletions docs/content/reference/migration/migration-0-9.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit c6df7e6

Please sign in to comment.