Skip to content

Commit 16ceef8

Browse files
author
Chris Cho
committed
updates
1 parent cfb2c4c commit 16ceef8

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

docs/quick-start.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ that connects to a MongoDB deployment.
5353
.. tip::
5454

5555
You can download the complete web application project by cloning the
56-
`laravel-quickstart <https://github.com/mongodb-university/laravel-quickstart>`__
56+
`laravel-quickstart <https://github.com/mongodb-university/laravel-quickstart/tree/{+laravel-docs-version+}>`__
5757
GitHub repository.
5858

5959
.. button:: Next: Download and Install

docs/quick-start/configure-mongodb.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,10 @@ Configure Your MongoDB Connection
5050

5151
MongoDB\Laravel\MongoDBServiceProvider::class,
5252

53-
To learn how to register the provider in Laravel 10.x, see
54-
`Registering Providers <https://laravel.com/docs/10.x/providers#registering-providers>`__.
53+
.. tip::
54+
55+
To learn how to register the provider in Laravel 10.x, see
56+
`Registering Providers <https://laravel.com/docs/10.x/providers#registering-providers>`__.
5557

5658
After completing these steps, your Laravel web application is ready to
5759
connect to MongoDB.

0 commit comments

Comments
 (0)