Fix: broken links

This commit is contained in:
Lea Anthony
2022-04-09 10:11:35 +10:00
parent 3b85c75359
commit 0c244b1ce4
2 changed files with 84 additions and 13979 deletions
+82 -13977
View File
File diff suppressed because it is too large Load Diff
@@ -113,11 +113,11 @@ func main() {
This will bind all public methods in our `App` struct (it will never bind the startup and shutdown methods).
More information on Binding can be found [here](../../howdoesitwork#method-binding).
More information on Binding can be found [here](../howdoesitwork#method-binding).
## Application Menu
Wails supports adding a menu to your application. This is done by passing a [Menu](../../reference/menus#menu) struct
Wails supports adding a menu to your application. This is done by passing a [Menu](../reference/menus.mdx#menu) struct
to application config. It's common to use a method that returns a Menu, and even more common for that to be a method on
the `App` struct used for the lifecycle hooks.