Skip to content

Commit 40641e5

Browse files
committed
Fix page link references
1 parent ccec135 commit 40641e5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Documentation/SpatialAwareness/ConfiguringSpatialAwarenessMeshObserver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,5 +110,5 @@ Indicates the material to be used to cause the spatial mesh to occlude holograms
110110
- [IMixedRealitySpatialAwarenessObserver API documentation](xref:Microsoft.MixedReality.Toolkit.SpatialAwareness.IMixedRealitySpatialAwarenessObserver)
111111
- [IMixedRealitySpatialAwarenessMeshObserver API documentation](xref:Microsoft.MixedReality.Toolkit.SpatialAwareness.IMixedRealitySpatialAwarenessMeshObserver)
112112
- [BaseSpatialObserver API documentation](xref:Microsoft.MixedReality.Toolkit.SpatialAwareness.BaseSpatialObserver)
113-
- [Spatial Awareness System](SpatialAwarenessSystemGettingStarted.md)
113+
- [Spatial Awareness System](SpatialAwarenessGettingStarted.md)
114114
- [Using Spatial Awareness in an Application](../TODO.md)

Documentation/SpatialAwareness/SpatialAwarenessGettingStarted.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ between holograms and the real-world.
1010
Adding support for spatial awareness requires two key components of the Mixed Reality Toolkit: the
1111
spatial awareness system and a supported platform provider.
1212

13-
1. [Enable](enable-spatial-awareness) the spatial awareness system
14-
2. [Register](register-observers) and [configure](configure-observers) one or more spatial observers
15-
3. [Build and deploy](build-and-deploy) to a platform that supports spatial awareness
13+
1. [Enable](#enable-spatial-awareness) the spatial awareness system
14+
2. [Register](#register-observers) and [configure](#configure-observers) one or more spatial observers
15+
3. [Build and deploy](#build-and-deploy) to a platform that supports spatial awareness
1616

1717
### Enable Spatial Awareness
1818

0 commit comments

Comments
 (0)