From ed0899f862d5688cc272322317831ed2a3b9b1b5 Mon Sep 17 00:00:00 2001 From: Stanislav Khrapov Date: Wed, 1 Jul 2026 21:49:21 +0200 Subject: [PATCH] Fix documentation link --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 74f8273..de83b7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ doc = [ [project.urls] Source = "https://github.com/khrapovs/OrderBookMatchingEngine" -Documentation = "https://order-book-matching-engine.readthedocs.io/" +Documentation = "https://khrapovs.github.io/OrderBookMatchingEngine/" [build-system] requires = ["uv_build>=0.11.26,<0.12"]