Skip to content

Commit caedcd9

Browse files
authored
fix links to v4 (#335)
1 parent f900a08 commit caedcd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ weight: 1
55

66
This package offers taggable behaviour for your models. After the package is installed the only thing you have to do is to add the `HasTags` trait to an Eloquent model to make it taggable.
77

8-
We didn't stop with the regular tagging capabilities you find in every package. Laravel Tags comes with batteries included. Out of the box it has support for [translating tags](/laravel-tags/v2/advanced-usage/adding-translations), [multiple tag types](/laravel-tags/v2/advanced-usage/using-types) and [sorting capabilities](/laravel-tags/v2/advanced-usage/sorting-tags).
8+
We didn't stop with the regular tagging capabilities you find in every package. Laravel Tags comes with batteries included. Out of the box it has support for [translating tags](/laravel-tags/v4/advanced-usage/adding-translations), [multiple tag types](/laravel-tags/v4/advanced-usage/using-types) and [sorting capabilities](/laravel-tags/v4/advanced-usage/sorting-tags).
99

1010
Here are some code examples:
1111

0 commit comments

Comments
 (0)