File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -277,4 +277,4 @@ Menu::new()
277
277
->register();
278
278
```
279
279
280
- You can find a list of available hotkey modifiers in the [ global hotkey documentation section] ( /docs/1/ the-basics/global-hotkeys#available-modifiers )
280
+ You can find a list of available hotkey modifiers in the [ global hotkey documentation section] ( /docs/the-basics/global-hotkeys#available-modifiers )
Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ You may add a context menu to your menu bar icon. This context menu will be show
199
199
To add a context menu, you may use the ` contextMenu() ` method on the ` MenuBar ` .
200
200
This method accepts a ` Native\Laravel\Menu\Menu ` instance.
201
201
202
- To learn more about the menu builder, please refer to the [ Menu Builder] ( /docs/1/ the-basics/menu-builder ) documentation.
202
+ To learn more about the menu builder, please refer to the [ Menu Builder] ( /docs/the-basics/menu-builder ) documentation.
203
203
204
204
``` php
205
205
MenuBar::create()
Original file line number Diff line number Diff line change 33
33
using the tools you already know.
34
34
</h3 >
35
35
<div class =" flex flex-col items-center mt-6 sm:flex-row sm:space-x-6" >
36
- <a href =" /docs/1 " class =" w-full px-12 py-4 text-lg font-bold text-gray-900 bg-white border rounded-lg sm:w-auto focus:outline-none" >
36
+ <a href =" /docs/" class =" w-full px-12 py-4 text-lg font-bold text-gray-900 bg-white border rounded-lg sm:w-auto focus:outline-none" >
37
37
Get started
38
38
</a >
39
39
<a href =" https://github.com/nativephp/laravel" target =" _blank" class =" w-full px-12 py-4 mt-3 text-lg font-bold text-gray-900 bg-transparent border rounded-lg dark:text-white sm:w-auto focus:outline-none sm:mt-0" >
You can’t perform that action at this time.
0 commit comments