Skip to content

Commit

Permalink
Merge pull request #569 from Klaas058/klaas058/fix-ip-rule-links-docs
Browse files Browse the repository at this point in the history
Fix ipv4 & ipv6 links in docs
  • Loading branch information
freekmurze authored Oct 1, 2023
2 parents 03812ba + fe6c642 commit f75afe2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/advanced-usage/validation-attributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ public string $closure;

### IPv4

[Docs](https://laravel.com/docs/9.x/validation#rule-ipv4)
[Docs](https://laravel.com/docs/9.x/validation#ipv4)

```php
#[IPv4]
Expand All @@ -496,7 +496,7 @@ public string $closure;

### IPv6

[Docs](https://laravel.com/docs/9.x/validation#rule-ipv6)
[Docs](https://laravel.com/docs/9.x/validation#ipv6)

```php
#[IPv6]
Expand Down

0 comments on commit f75afe2

Please sign in to comment.