Skip to content

Commit 214b346

Browse files
committed
links
1 parent f2a2631 commit 214b346

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![Static Badge](<https://img.shields.io/badge/Vue.js%20-%20v3.5%20-%20rgb(66%20184%20131)>) ![Static Badge](<https://img.shields.io/badge/PrimeVue%20-%20v4%20-%20rgb(16%20185%20129)>) ![Static Badge](https://img.shields.io/badge/Tailwind%20CSS%20-%20v4%20-%20%230284c7)
44

5-
A [PrimeVue](https://primevue.org/) SPA starter kit meant for use with a [Laravel Breeze](https://laravel.com/docs/master/starter-kits#laravel-breeze) API stack backend.
5+
A [PrimeVue](https://primevue.org/) SPA starter kit meant for use with a [Laravel Breeze](https://github.com/laravel/breeze) API stack backend.
66

77
An alternative to using the [Laravel, Inertia.js, & PrimeVue Starter Kit](https://github.com/connorabbas/laravel-inertia-primevue).
88

@@ -11,7 +11,7 @@ An alternative to using the [Laravel, Inertia.js, & PrimeVue Starter Kit](https:
1111
1. Clone the repo (or download the zip)
1212
2. Create a new `.env` file in the root directory, reference the `.env.example` file for the vars/values
1313
3. Create a [new Laravel application](https://laravel.com/docs/master/installation)
14-
4. Install [Laravel Breeze](https://laravel.com/docs/master/starter-kits#laravel-breeze-installation) using the [API Stack](https://laravel.com/docs/master/starter-kits#breeze-and-next) option
14+
4. Install [Laravel Breeze](https://laravel.com/docs/11.x/starter-kits#laravel-breeze-installation) using the [API Stack](https://laravel.com/docs/11.x/starter-kits#breeze-and-next) option
1515
5. Setup necessary `.env` configuration values in the Laravel API project
1616
```
1717
# Example implementation
@@ -169,7 +169,7 @@ The prebuilt theme presets are located in the `/resources/js/theme` directory. E
169169
Emulates the familiar look and feel of [Bootstrap](https://getbootstrap.com/).
170170
171171
- **breeze**
172-
Captures the aesthetic of [Laravel Breeze](https://laravel.com/docs/master/starter-kits#laravel-breeze).
172+
Captures the aesthetic of [Laravel Breeze](https://github.com/laravel/breeze).
173173
174174
- **enterprise**
175175
Provides a clean, no-nonsense corporate design.

src/views/Welcome.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ await authStore.fetchUser();
1919
<p class="mt-0 mb-2 text-muted-color leading-normal">
2020
A starter kit for using
2121
<a
22-
href="https://laravel.com/docs/master/starter-kits#laravel-breeze"
22+
href="https://github.com/laravel/breeze"
2323
class="underline text-primary hover:text-color"
2424
>Laravel Breeze</a> API stack authentication,
2525
</p>

0 commit comments

Comments
 (0)