Skip to content

Commit cb8c1fa

Browse files
committed
Fix failing docs test
1 parent 3286270 commit cb8c1fa

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/support/data/doc.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,10 @@ Provide the `content` and `label` children to create a menu.
3030
</Group>
3131
</Menu>
3232
```
33-
Menus can be nested by including another [`<Menu>`](menu.html#Menu/1) in the `content`.
33+
Menus can be nested by including another [`<Menu>`](menu.html#/documentation/liveviewnative/menu/1) in the `content`.
3434
## Children
3535
* `label` - Describes the content of the menu.
3636
* `content` - Elements displayed when expanded.
3737

3838
## SwiftUI Documentation
3939
See [`SwiftUI.Menu`](https://developer.apple.com/documentation/swiftui/Menu) for more details on this View.
40-
41-
42-

0 commit comments

Comments
 (0)