Skip to content

Commit 8083343

Browse files
committed
Update docs.
1 parent bdfd69f commit 8083343

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This project runs on a LEMP stack (Linux, NGINX, MySQL, & PHP).
1717

1818
The backend built with Laravel. The frontend is 100% React.
1919

20-
If you don't already have a LEMP environment running, [Valet](https://laravel.com/docs/5.7/valet) is a good option for OSX.
20+
If you don't already have a LEMP environment running, [Valet](https://laravel.com/docs/valet) is a good option for OSX.
2121

2222
## Set Up
2323

@@ -86,7 +86,7 @@ If you need sample data to work with, you can seed the database:
8686
php artisan migrate:refresh --seed --force
8787
```
8888

89-
Read more in []/docs/database-seeds.md](https://github.com/devinsays/laravel-react-bootstrap/blob/master/docs/database-seeds.md).
89+
Read more in [/docs/database-seeds.md](https://github.com/devinsays/laravel-react-bootstrap/blob/master/docs/database-seeds.md).
9090

9191
#### Seeded User
9292

@@ -109,7 +109,7 @@ Laravel sends emails for password resets. The default for MAIL_DRIVER in .env.ex
109109

110110
**Laravel Docs:**
111111

112-
[https://laravel.com/docs/5.7/valet](https://laravel.com/docs/5.7/valet)
112+
[https://laravel.com/docs/](https://laravel.com/docs/)
113113

114114
**Valet Tutorial:**
115115

0 commit comments

Comments
 (0)