Skip to content

Commit 3a5643d

Browse files
committed
[docs] Updated links to docs
1 parent 7eb9837 commit 3a5643d

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

CHANGES.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,28 +8,28 @@ Features
88
~~~~~~~~
99

1010
- Added `support for ZeroTier
11-
<https://openwisp.io/docs/dev/controller/user/zerotier.html>`_.
11+
<https://openwisp.io/docs/stable/controller/user/zerotier.html>`_.
1212
- Added support for adding `configuration templates
13-
<https://openwisp.io/docs/dev/controller/user/device-groups.html#group-templates>`_
13+
<https://openwisp.io/docs/stable/controller/user/device-groups.html#group-templates>`_
1414
and `configuration variables
15-
<https://openwisp.io/docs/dev/controller/user/device-groups.html#group-configuration-variables>`_
15+
<https://openwisp.io/docs/stable/controller/user/device-groups.html#group-configuration-variables>`_
1616
to device groups.
1717
- Implemented support for `SNMP credentials
18-
<https://openwisp.io/docs/dev/controller/user/intro.html#snmp>`_.
18+
<https://openwisp.io/docs/stable/controller/user/intro.html#snmp>`_.
1919
- Added support for device deactivation and reactivation.
2020
- Introduced an admin action to quickly move devices between groups.
2121
- Added autocomplete support for filters in the admin interface.
2222
- Added support to display configuration errors reported by the OpenWISP
2323
config agent.
2424
- Enabled filtering of subnets by Subnet Division Rule type.
2525
- Allowed `limiting the number of devices per organization
26-
<https://openwisp.io/docs/dev/controller/user/organization-limits.html>`_.
26+
<https://openwisp.io/docs/stable/controller/user/organization-limits.html>`_.
2727
- Added support for defining organization-level variables.
2828
- Enabled `bulk import and export of devices
29-
<https://openwisp.io/docs/dev/controller/user/import-export.html>`_.
29+
<https://openwisp.io/docs/stable/controller/user/import-export.html>`_.
3030
- Added `functionality to configure available commands for each
3131
organization
32-
<https://openwisp.io/docs/dev/controller/user/settings.html#openwisp-controller-organization-enabled-commands>`_.
32+
<https://openwisp.io/docs/stable/controller/user/settings.html#openwisp-controller-organization-enabled-commands>`_.
3333
- Added a dashboard chart showing the distribution of devices across
3434
different groups.
3535
- Added filters to the REST API.

README.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,30 +49,30 @@ built on top of its building blocks.
4949

5050
Other popular building blocks that are part of the OpenWISP ecosystem are:
5151

52-
- `openwisp-monitoring <https://openwisp.io/docs/dev/monitoring/>`_:
52+
- `openwisp-monitoring <https://openwisp.io/docs/stable/monitoring/>`_:
5353
provides device status monitoring, collection of metrics, charts,
5454
alerts, possibility to define custom checks
5555
- `openwisp-firmware-upgrader
56-
<https://openwisp.io/docs/dev/firmware-upgrader/>`_: automated firmware
56+
<https://openwisp.io/docs/stable/firmware-upgrader/>`_: automated firmware
5757
upgrades (single devices or mass network upgrades)
58-
- `openwisp-radius <https://openwisp.io/docs/dev/user/radius.html>`_:
58+
- `openwisp-radius <https://openwisp.io/docs/stable/user/radius.html>`_:
5959
based on FreeRADIUS, allows to implement network access authentication
6060
systems like 802.1x WPA2 Enterprise, captive portal authentication,
6161
Hotspot 2.0 (802.11u)
6262
- `openwisp-network-topology
63-
<https://openwisp.io/docs/dev/network-topology/>`_: provides way to
63+
<https://openwisp.io/docs/stable/network-topology/>`_: provides way to
6464
collect and visualize network topology data from dynamic mesh routing
6565
daemons or other network software (e.g.: OpenVPN); it can be used in
6666
conjunction with openwisp-monitoring to get a better idea of the state
6767
of the network
68-
- `openwisp-ipam <https://openwisp.io/docs/dev/ipam/>`_: allows to manage
68+
- `openwisp-ipam <https://openwisp.io/docs/stable/ipam/>`_: allows to manage
6969
the assignment of IP addresses used in the network
70-
- `openwisp-notifications <https://openwisp.io/docs/dev/notifications/>`_:
70+
- `openwisp-notifications <https://openwisp.io/docs/stable/notifications/>`_:
7171
allows users to be aware of important events happening in the network.
7272

7373
**For a more complete overview of the OpenWISP modules and architecture**,
7474
see the `OpenWISP Architecture Overview
75-
<https://openwisp.io/docs/dev/general/architecture.html>`_.
75+
<https://openwisp.io/docs/stable/general/architecture.html>`_.
7676

7777
.. image:: https://raw.githubusercontent.com/openwisp/openwisp2-docs/master/assets/design/openwisp-logo-black.svg
7878
:target: http://openwisp.org
@@ -81,9 +81,9 @@ see the `OpenWISP Architecture Overview
8181
Documentation
8282
-------------
8383

84-
- `Usage documentation <https://openwisp.io/docs/dev/controller/>`_
84+
- `Usage documentation <https://openwisp.io/docs/stable/controller/>`_
8585
- `Developer documentation
86-
<https://openwisp.io/docs/dev/controller/developer/>`_
86+
<https://openwisp.io/docs/stable/controller/developer/>`_
8787

8888
Contributing
8989
------------

openwisp_controller/subnet_division/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class SubnetDivisionRuleInlineAdmin(
3232
'"Number of IPs" will not be possible.'
3333
),
3434
'documentation_url': (
35-
'https://openwisp.io/docs/dev/controller/user/subnet-division-rules.html'
35+
'https://openwisp.io/docs/stable/controller/user/subnet-division-rules.html'
3636
'#limitations-of-subnet-division-rules'
3737
),
3838
}

0 commit comments

Comments
 (0)