From 8a6bac907be8bca03df4812c60b7723fbc6c3dd9 Mon Sep 17 00:00:00 2001 From: Nicholas Landry Date: Tue, 12 Nov 2024 18:05:31 -0500 Subject: [PATCH] Fix link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6abb11fa..ecada086 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Comple**X** **G**roup **I**nteractions (**XGI**) is a Python package for higher- * Represent **hypergraphs, directed hypergraphs, and simplicial complexes** with efficient and flexible data structures * Analyze higher-order networks with **measures and algorithms** * **Manipulate node and edge statistics** in a flexible and customizable way. -* Draw higher-order networks in a variety of **visually striking ways** (See our [gallery](https://xgi.readthedocs.io/en/stable/gallery.html) for several examples.) +* Draw higher-order networks in a variety of **visually striking ways** (See our [gallery](https://xgi.readthedocs.io/en/stable/auto_examples/index.html) for several examples.) ## Installation XGI runs on Python 3.9 or higher.