From acfdc7748eb3d3ecf0d3c1218f6260fa5a40a785 Mon Sep 17 00:00:00 2001 From: Federico Capoano Date: Sat, 7 Mar 2026 18:56:17 -0300 Subject: [PATCH] [chores] Updated WHOIS blog post with final docs links #110 Closes #110 --- .../blog/gsoc-25-whois-and-ip-geolocation.rst | 32 +++++++------------ 1 file changed, 11 insertions(+), 21 deletions(-) diff --git a/content/blog/gsoc-25-whois-and-ip-geolocation.rst b/content/blog/gsoc-25-whois-and-ip-geolocation.rst index 1c4e3ac..6ed1477 100644 --- a/content/blog/gsoc-25-whois-and-ip-geolocation.rst +++ b/content/blog/gsoc-25-whois-and-ip-geolocation.rst @@ -45,15 +45,13 @@ reported. This feature helps administrators improve network visibility, identify anomalies, and streamline troubleshooting by providing context about IP addresses directly within the OpenWISP platform. -For further details on these features and their functionality within -OpenWISP, see the documentation pages listed here (**the links below -temporarily reference GitHub RST files and will be updated to the official -documentation once merged in master**): +For further information on these new features, refer to the dedicated +documentation pages: - `WHOIS Lookup - `_ + `_ - `Estimated Location - `_ + `_ Building WHOIS and IP Geolocation Functionality ----------------------------------------------- @@ -174,21 +172,13 @@ Functional Highlights: Current state ------------- -We are maintaining the ``gsoc25-whois`` branch as parent branch for all -the WHOIS and IP geolocation features. Once all the PRs are merged and -features are tested and validated, we can proceed with releasing these -along with OpenWISP 26. - -All the WHOIS feature related PRs are merged to the ``gsoc25-whois`` -branch except `Updating stale WHOIS records #1116 -`_ which is -pending review. - -The Estimated location feature related PRs `Estimated Location Creation -#1067 `_ and -`Estimated Location: Admin and API filters #1109 -`_ are also -pending review. +All WHOIS and Estimated Location features have been merged and are now +available in the OpenWISP Controller. For detailed documentation, refer to +the `WHOIS Lookup +`_ and `Estimated +Location +`_ +guides. My Experience -------------