From fa2620b3bdce280d1e0d1a96ecf7afc33364d677 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Thu, 11 Jan 2024 07:46:29 +0100 Subject: [PATCH] Fixed the link to the documentation in the file pyproject.toml. !minor --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4949295..5c5c0b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ license = "AGPL-3.0-or-later" readme = "README.md" homepage = "https://github.com/scandale-project/scandale" repository = "https://github.com/scandale-project/scandale" -documentation = "https://pumpkin-project.readthedocs.io" +documentation = "https://scandale.readthedocs.io" keywords = ["spade", "multiagent-systems", "xmpp"]