Skip to content

Commit

Permalink
[docs] Updated links to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Nov 28, 2024
1 parent 7eb9837 commit 3a5643d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
14 changes: 7 additions & 7 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,28 @@ Features
~~~~~~~~

- Added `support for ZeroTier
<https://openwisp.io/docs/dev/controller/user/zerotier.html>`_.
<https://openwisp.io/docs/stable/controller/user/zerotier.html>`_.
- Added support for adding `configuration templates
<https://openwisp.io/docs/dev/controller/user/device-groups.html#group-templates>`_
<https://openwisp.io/docs/stable/controller/user/device-groups.html#group-templates>`_
and `configuration variables
<https://openwisp.io/docs/dev/controller/user/device-groups.html#group-configuration-variables>`_
<https://openwisp.io/docs/stable/controller/user/device-groups.html#group-configuration-variables>`_
to device groups.
- Implemented support for `SNMP credentials
<https://openwisp.io/docs/dev/controller/user/intro.html#snmp>`_.
<https://openwisp.io/docs/stable/controller/user/intro.html#snmp>`_.
- Added support for device deactivation and reactivation.
- Introduced an admin action to quickly move devices between groups.
- Added autocomplete support for filters in the admin interface.
- Added support to display configuration errors reported by the OpenWISP
config agent.
- Enabled filtering of subnets by Subnet Division Rule type.
- Allowed `limiting the number of devices per organization
<https://openwisp.io/docs/dev/controller/user/organization-limits.html>`_.
<https://openwisp.io/docs/stable/controller/user/organization-limits.html>`_.
- Added support for defining organization-level variables.
- Enabled `bulk import and export of devices
<https://openwisp.io/docs/dev/controller/user/import-export.html>`_.
<https://openwisp.io/docs/stable/controller/user/import-export.html>`_.
- Added `functionality to configure available commands for each
organization
<https://openwisp.io/docs/dev/controller/user/settings.html#openwisp-controller-organization-enabled-commands>`_.
<https://openwisp.io/docs/stable/controller/user/settings.html#openwisp-controller-organization-enabled-commands>`_.
- Added a dashboard chart showing the distribution of devices across
different groups.
- Added filters to the REST API.
Expand Down
18 changes: 9 additions & 9 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,30 +49,30 @@ built on top of its building blocks.

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

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

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

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

- `Usage documentation <https://openwisp.io/docs/dev/controller/>`_
- `Usage documentation <https://openwisp.io/docs/stable/controller/>`_
- `Developer documentation
<https://openwisp.io/docs/dev/controller/developer/>`_
<https://openwisp.io/docs/stable/controller/developer/>`_

Contributing
------------
Expand Down
2 changes: 1 addition & 1 deletion openwisp_controller/subnet_division/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class SubnetDivisionRuleInlineAdmin(
'"Number of IPs" will not be possible.'
),
'documentation_url': (
'https://openwisp.io/docs/dev/controller/user/subnet-division-rules.html'
'https://openwisp.io/docs/stable/controller/user/subnet-division-rules.html'
'#limitations-of-subnet-division-rules'
),
}
Expand Down

0 comments on commit 3a5643d

Please sign in to comment.