From 247dfff1f18cdd287ee550c5f28d0417a90ef448 Mon Sep 17 00:00:00 2001 From: Federico Capoano Date: Thu, 28 Nov 2024 14:38:01 -0300 Subject: [PATCH] [docs] Updated links to docs [skip ci] --- CHANGES.rst | 14 +++++++------- README.rst | 16 ++++++++-------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 3f566b79..aa52197c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -22,17 +22,17 @@ Features ~~~~~~~~ - Added support for `monitoring WiFi clients and sessions - `_. + `_. - Enabled importing and exporting of devices. - Introduced `dashboard monitoring charts - `_. + `_. - Added support for the `Iperf3 check - `_. + `_. - Introduced the `OPENWISP_MONITORING_DEFAULT_RETENTION_POLICY - `_ + `_ setting to configure the default retention policy. - Added support for `InfluxDB UDP mode - `_. + `_. - Enabled filtering by custom date ranges for timeseries charts. - Added zoom functionality to timeseries charts for detailed views. - Introduced device deactivation: checks and monitoring data are not @@ -52,9 +52,9 @@ Changes - Automatically delete timeseries data when a device is deleted. - Removed squashed migrations for improved manageability. - Fallback to `OPENWISP_CONTROLLER_MANAGEMENT_IP_ONLY - `_ + `_ if `OPENWISP_MONITORING_MANAGEMENT_IP_ONLY - `_ + `_ is not configured. - Enhanced the efficiency of ``DeviceMetricView`` by batching write operations. diff --git a/README.rst b/README.rst index 05772975..570f5903 100644 --- a/README.rst +++ b/README.rst @@ -49,24 +49,24 @@ automation solutions can be built on top of its building blocks. Other popular building blocks that are part of the OpenWISP ecosystem are: -- `openwisp-controller `_: +- `openwisp-controller `_: network and WiFi controller: provisioning, configuration management, x509 PKI management and more; works on OpenWrt, but designed to work also on other systems. - `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-firmware-upgrader - `_: automated firmware + `_: automated firmware upgrades (single device 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-ipam `_: it allows to +- `openwisp-ipam `_: it allows to manage the IP address space of networks **For a more complete overview of the OpenWISP modules and architecture**, @@ -77,15 +77,15 @@ see the `OpenWISP Architecture Overview :align: center For a complete overview of features, refer to the `Monitoring: Features -`_ section of the +`_ section of the OpenWISP documentation. Documentation ------------- -- `Usage documentation `_ +- `Usage documentation `_ - `Developer documentation - `_ + `_ Contributing ------------