From b5682c41f05deb98c4b56e0509746668248819a7 Mon Sep 17 00:00:00 2001 From: Nicholas Landry Date: Tue, 2 Jul 2024 17:41:07 -0400 Subject: [PATCH] Update hypernetx link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e5891a4c..b9b00a67 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ This library may not meet your needs and if this is this case, consider checking * [halp](http://murali-group.github.io/halp): A Python package with directed and undirected hypergraph implementations and several algorithms. * [Hypergraph Analysis Toolbox (HAT)](https://hypergraph-analysis-toolbox.readthedocs.io): A Python/Matlab package for hypergraph construction, visualization, and analysis (Especially for Pore-C data). * [Hypergraphx](https://hypergraphx.readthedocs.io): A Python for representing, analyzing, and visualizing hypergraphs. -* [HyperNetX](https://pnnl.github.io/HyperNetX): A Python package for representing, analyzing, and visualizing hypergraphs. +* [HyperNetX](https://hypernetx.readthedocs.io): A Python package for representing, analyzing, and visualizing hypergraphs. * [NetworkX](https://networkx.org): A Python package for representing, analyzing, and visualizing networks. * [Reticula](https://docs.reticula.network): A Python package wrapping C++ functions for representing, analyzing, and visualizing temporal and static graphs and hypergraphs.