From 3a5643dd44b4c734b3f3c58e54756955896e2dc7 Mon Sep 17 00:00:00 2001 From: Federico Capoano Date: Thu, 28 Nov 2024 14:33:10 -0300 Subject: [PATCH] [docs] Updated links to docs --- CHANGES.rst | 14 +++++++------- README.rst | 18 +++++++++--------- openwisp_controller/subnet_division/admin.py | 2 +- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index ccb98a2e3..fb0f951e7 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,14 +8,14 @@ Features ~~~~~~~~ - Added `support for ZeroTier - `_. + `_. - Added support for adding `configuration templates - `_ + `_ and `configuration variables - `_ + `_ to device groups. - Implemented support for `SNMP credentials - `_. + `_. - 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. @@ -23,13 +23,13 @@ Features config agent. - Enabled filtering of subnets by Subnet Division Rule type. - Allowed `limiting the number of devices per organization - `_. + `_. - Added support for defining organization-level variables. - Enabled `bulk import and export of devices - `_. + `_. - Added `functionality to configure available commands for each organization - `_. + `_. - Added a dashboard chart showing the distribution of devices across different groups. - Added filters to the REST API. diff --git a/README.rst b/README.rst index 24b518de1..cddb102a0 100644 --- a/README.rst +++ b/README.rst @@ -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 `_: +- `openwisp-monitoring `_: provides device status monitoring, collection of metrics, charts, alerts, possibility to define custom checks - `openwisp-firmware-upgrader - `_: automated firmware + `_: automated firmware upgrades (single devices or mass network upgrades) -- `openwisp-radius `_: +- `openwisp-radius `_: 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 - `_: provides way to + `_: 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 `_: allows to manage +- `openwisp-ipam `_: allows to manage the assignment of IP addresses used in the network -- `openwisp-notifications `_: +- `openwisp-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 -`_. +`_. .. image:: https://raw.githubusercontent.com/openwisp/openwisp2-docs/master/assets/design/openwisp-logo-black.svg :target: http://openwisp.org @@ -81,9 +81,9 @@ see the `OpenWISP Architecture Overview Documentation ------------- -- `Usage documentation `_ +- `Usage documentation `_ - `Developer documentation - `_ + `_ Contributing ------------ diff --git a/openwisp_controller/subnet_division/admin.py b/openwisp_controller/subnet_division/admin.py index b1182d501..0e81ce42c 100644 --- a/openwisp_controller/subnet_division/admin.py +++ b/openwisp_controller/subnet_division/admin.py @@ -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' ), }