Skip to content

Commit d768bf4

Browse files
committed
[docs] Updated links to docs [skip ci]
1 parent 5531b72 commit d768bf4

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

CHANGES.rst

+7-7
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@ Features
88
~~~~~~~~
99

1010
- Added support for `password expiration
11-
<https://openwisp.io/docs/dev/users/user/settings.html#openwisp-users-user-password-expiration>`_,
11+
<https://openwisp.io/docs/stable/users/user/settings.html#openwisp-users-user-password-expiration>`_,
1212
allowing user passwords to automatically expire after a set period.
1313
- Added `multi-tenant Django filters
14-
<https://openwisp.io/docs/dev/users/developer/django-rest-framework-utils.html#filtering-items-by-organization>`_.
14+
<https://openwisp.io/docs/stable/users/developer/django-rest-framework-utils.html#filtering-items-by-organization>`_.
1515
- Added `MultitenantOrgFilter
16-
<https://openwisp.io/docs/dev/users/developer/admin-utils.html#multitenantorgfilter>`_
16+
<https://openwisp.io/docs/stable/users/developer/admin-utils.html#multitenantorgfilter>`_
1717
to add autocomplete filter in ``ModelAdmin``.
1818
- Added `export-users
19-
<https://openwisp.io/docs/dev/users/user/management-commands.html#export-users>`_
19+
<https://openwisp.io/docs/stable/users/user/management-commands.html#export-users>`_
2020
command line utility to export users.
2121
- Added `ProtectedApiMixin
22-
<https://openwisp.io/docs/dev/users/developer/django-rest-framework-utils.html#protectedapimixin>`_.
22+
<https://openwisp.io/docs/stable/users/developer/django-rest-framework-utils.html#protectedapimixin>`_.
2323
- Added `PasswordReuseValidator
24-
<https://openwisp.io/docs/dev/users/developer/misc-utils.html#passwordreusevalidator>`_
24+
<https://openwisp.io/docs/stable/users/developer/misc-utils.html#passwordreusevalidator>`_
2525
which prevents users from reusing their current password when setting a
2626
new one.
2727
- Allowed creating users with a verified email via REST API.
@@ -62,7 +62,7 @@ Bugfixes
6262
- Fixed an ``IntegrityError`` that occurred when adding the first user to
6363
an organization via ``Organization.add_user``.
6464
- Fixed `UsersAuthenticationBackend
65-
<https://openwisp.io/docs/dev/users/developer/misc-utils.html#usersauthenticationbackend>`_
65+
<https://openwisp.io/docs/stable/users/developer/misc-utils.html#usersauthenticationbackend>`_
6666
to support phone numbers with leading zero.
6767
- Prevented users registered via social login from setting a password.
6868

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ with python & django).
3838
Documentation
3939
-------------
4040

41-
- `Usage documentation <https://openwisp.io/docs/dev/users/>`_
41+
- `Usage documentation <https://openwisp.io/docs/stable/users/>`_
4242
- `Developer documentation
43-
<https://openwisp.io/docs/dev/users/developer/>`_
43+
<https://openwisp.io/docs/stable/users/developer/>`_
4444

4545
Contributing
4646
------------

0 commit comments

Comments
 (0)