Skip to content

Commit 75d2a3c

Browse files
docs: updated link to appropriate installation section (#909)
1 parent 461982e commit 75d2a3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ Note that Route Model Binding is supported.
398398
You may translate your routes. For example, http://url/en/about and http://url/es/acerca (acerca is about in spanish)
399399
or http://url/en/article/important-article and http://url/es/articulo/important-article (article is articulo in spanish) would be redirected to the same controller/view as follows:
400400

401-
It is necessary that at least the `localize` middleware in loaded in your `Route::group` middleware (See [installation instruction](#LaravelLocalizationRoutes)).
401+
It is necessary that at least the `localize` middleware in loaded in your `Route::group` middleware (See [installation instruction](#installation)).
402402

403403
For each language, add a `routes.php` into `resources/lang/**/routes.php` folder.
404404
The file contains an array with all translatable routes. For example, like this:

0 commit comments

Comments
 (0)