Skip to content

Commit 259b56c

Browse files
authored
Update links to v3 docs
1 parent 770ef6b commit 259b56c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

readme.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</p>
1717

1818
<h4 align="center">
19-
<a href="https://ldaprecord.com/docs/laravel/v2/">Documentation</a>
19+
<a href="https://ldaprecord.com/docs/laravel/v3/">Documentation</a>
2020
<span> · </span>
2121
<a href="https://github.com/DirectoryTree/LdapRecord-Browser">Directory Browser</a>
2222
<span> · </span>
@@ -27,28 +27,28 @@
2727

2828
🔑 **Authenticate LDAP users into your application**
2929

30-
Allow LDAP users to log into your application and control which users can login via [Scopes](https://ldaprecord.com/docs/laravel/v2/usage/#scopes) and [Rules](https://ldaprecord.com/docs/laravel/v1/auth/configuration/#rules).
30+
Allow LDAP users to log into your application and control which users can login via [Scopes](https://ldaprecord.com/docs/laravel/v3/usage/#scopes) and [Rules](https://ldaprecord.com/docs/laravel/v1/auth/configuration/#rules).
3131

3232
🔄 **Import & Synchronize LDAP users**
3333

34-
Import users from your directory via a [command](https://ldaprecord.com/docs/laravel/v2/auth/database/importing): `php artisan ldap:import`.
34+
Import users from your directory via a [command](https://ldaprecord.com/docs/laravel/v3/auth/database/importing): `php artisan ldap:import`.
3535

3636
💼 **Multi-Domain Support**
3737

38-
Authenticate users from as many LDAP domains as you'd like. Support comes [out of the box](https://ldaprecord.com/docs/laravel/v2/auth/multi-domain).
38+
Authenticate users from as many LDAP domains as you'd like. Support comes [out of the box](https://ldaprecord.com/docs/laravel/v3/auth/multi-domain).
3939

4040
🎩 **Eloquent Query Builder**
4141

42-
Search for LDAP objects with a [fluent and easy to use interface](https://ldaprecord.com/docs/core/v2/searching) you're used to. You'll feel right at home.
42+
Search for LDAP objects with a [fluent and easy to use interface](https://ldaprecord.com/docs/core/v3/searching) you're used to. You'll feel right at home.
4343

4444
✏️ **Active Record LDAP Models**
4545

46-
LDAP objects are [individual models](https://ldaprecord.com/docs/core/v2/models). Persist them to your LDAP server with a single `save()`.
46+
LDAP objects are [individual models](https://ldaprecord.com/docs/core/v3/models). Persist them to your LDAP server with a single `save()`.
4747

4848
💫 **LDAP Directory Emulator**
4949

50-
Test [authenticating](https://ldaprecord.com/docs/laravel/v2/auth/testing/#getting-started) and
51-
[querying users](https://ldaprecord.com/docs/laravel/v2/testing/#getting-started) without
50+
Test [authenticating](https://ldaprecord.com/docs/laravel/v3/auth/testing/#getting-started) and
51+
[querying users](https://ldaprecord.com/docs/laravel/v3/testing/#getting-started) without
5252
changing your application code.
5353

5454
Create, update, and delete LDAP objects without touching a real LDAP server.

0 commit comments

Comments
 (0)