Skip to content

Commit

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

- Added support for `monitoring WiFi clients and sessions
<https://openwisp.io/docs/dev/monitoring/user/wifi-sessions.html>`_.
<https://openwisp.io/docs/stable/monitoring/user/wifi-sessions.html>`_.
- Enabled importing and exporting of devices.
- Introduced `dashboard monitoring charts
<https://openwisp.io/docs/dev/monitoring/user/dashboard-monitoring-charts.html>`_.
<https://openwisp.io/docs/stable/monitoring/user/dashboard-monitoring-charts.html>`_.
- Added support for the `Iperf3 check
<https://openwisp.io/docs/dev/monitoring/user/checks.html#iperf3>`_.
<https://openwisp.io/docs/stable/monitoring/user/checks.html#iperf3>`_.
- Introduced the `OPENWISP_MONITORING_DEFAULT_RETENTION_POLICY
<https://openwisp.io/docs/dev/monitoring/user/settings.html#openwisp-monitoring-default-retention-policy>`_
<https://openwisp.io/docs/stable/monitoring/user/settings.html#openwisp-monitoring-default-retention-policy>`_
setting to configure the default retention policy.
- Added support for `InfluxDB UDP mode
<https://openwisp.io/docs/dev/monitoring/user/settings.html#timeseries-backend-options>`_.
<https://openwisp.io/docs/stable/monitoring/user/settings.html#timeseries-backend-options>`_.
- 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
Expand All @@ -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
<https://openwisp.io/docs/dev/controller/user/settings.html#openwisp-controller-management-ip-only>`_
<https://openwisp.io/docs/stable/controller/user/settings.html#openwisp-controller-management-ip-only>`_
if `OPENWISP_MONITORING_MANAGEMENT_IP_ONLY
<https://openwisp.io/docs/dev/monitoring/user/settings.html#openwisp-monitoring-management-ip-only>`_
<https://openwisp.io/docs/stable/monitoring/user/settings.html#openwisp-monitoring-management-ip-only>`_
is not configured.
- Enhanced the efficiency of ``DeviceMetricView`` by batching write
operations.
Expand Down
16 changes: 8 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://openwisp.io/docs/dev/controller/>`_:
- `openwisp-controller <https://openwisp.io/docs/stable/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
<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-firmware-upgrader
<https://openwisp.io/docs/dev/firmware-upgrader/>`_: automated firmware
<https://openwisp.io/docs/stable/firmware-upgrader/>`_: automated firmware
upgrades (single device 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-ipam <https://openwisp.io/docs/dev/ipam/>`_: it allows to
- `openwisp-ipam <https://openwisp.io/docs/stable/ipam/>`_: it allows to
manage the IP address space of networks

**For a more complete overview of the OpenWISP modules and architecture**,
Expand All @@ -77,15 +77,15 @@ see the `OpenWISP Architecture Overview
:align: center

For a complete overview of features, refer to the `Monitoring: Features
<https://openwisp.io/docs/dev/monitoring/user/intro.html>`_ section of the
<https://openwisp.io/docs/stable/monitoring/user/intro.html>`_ section of the
OpenWISP documentation.

Documentation
-------------

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

Contributing
------------
Expand Down

0 comments on commit 247dfff

Please sign in to comment.