Skip to content

Commit f0f4eeb

Browse files
committed
Fix links in README
1 parent 56e20fd commit f0f4eeb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111

1212
#### A convenient way to set up, manage and use localized routes in a Laravel app.
1313

14-
- [Automatically register](#register-routes) a route for each locale you wish to support.
15-
- Use [route slugs or custom domains](#supported-locales) (or subdomains)
14+
- [Automatically register](#-register-routes) a route for each locale you wish to support.
15+
- Use [route slugs or custom domains](#-supported-locales) (or subdomains)
1616
- Optionally remove the locale slug from the URL for your main language.
17-
- [Generate localized route URL's](#generate-route-urls) in the simplest way using the `route()` helper.
18-
- [Redirect to localized routes](#redirect-to-routes) using the `redirect()->route()` helper.
19-
- Generate localized signed route URL's
20-
- Allow routes to be [cached](#cache-routes).
21-
- Optionally [translate each segment](#translate-routes) in your URI's.
17+
- [Generate localized route URL's](#-generate-route-urls) in the simplest way using the `route()` helper.
18+
- [Redirect to localized routes](#-redirect-to-routes) using the `redirect()->route()` helper.
19+
- [Generate localized signed route URL's](#-generate-signed-route-urls)
20+
- Allow routes to be [cached](#-cache-routes).
21+
- Optionally [translate each segment](#-translate-routes) in your URI's.
2222
- **Let you work with routes without thinking too much about locales.**
2323

2424
## ✅ Requirements
@@ -54,7 +54,7 @@ Add any locales you wish to support to your published `config/localized-routes.p
5454
'supported-locales' => ['en', 'nl', 'fr'],
5555
```
5656

57-
This will automically prepend a slug to your localized routes. [More on this below](#register-routes).
57+
This will automically prepend a slug to your localized routes. [More on this below](#-register-routes).
5858

5959
##### Using Domains
6060

0 commit comments

Comments
 (0)