Skip to content

Commit cfafb82

Browse files
committed
Remove refs to explicit doc versions
1 parent 79e04c2 commit cfafb82

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

resources/views/docs/1/the-basics/application-menu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,4 +277,4 @@ Menu::new()
277277
->register();
278278
```
279279

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)

resources/views/docs/1/the-basics/menu-bar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ You may add a context menu to your menu bar icon. This context menu will be show
199199
To add a context menu, you may use the `contextMenu()` method on the `MenuBar`.
200200
This method accepts a `Native\Laravel\Menu\Menu` instance.
201201

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.
203203

204204
```php
205205
MenuBar::create()

resources/views/welcome.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
using the tools you already know.
3434
</h3>
3535
<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">
3737
Get started
3838
</a>
3939
<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">

0 commit comments

Comments
 (0)