Skip to content

Commit 28c8abf

Browse files
committed
revert md change
1 parent 17d206a commit 28c8abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/framework/presence/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ function logOthersPositions(positionTracker: Latest<PointXY>): void {
140140
#### LatestMap, LatestMapRaw use
141141

142142
A change to the `local` property automatically initiates a broadcast of updates to other attendees.
143-
`local` is a [StateMap](../api/presence/statemap-interface.md) that mimics `Map` though it only supports `string | number` as property keys.
143+
`local` is a [StateMap](https://fluidframework.com/docs/api/presence/statemap-interface) that mimics `Map` though it only supports `string | number` as property keys.
144144

145145
```typescript
146146
function updateCounter(counterTracker: LatestMap<number, string>, counterName: string, value: number): void {

0 commit comments

Comments
 (0)