From 25a8d51d2d31cea01e0e29713263325e1dc4d484 Mon Sep 17 00:00:00 2001 From: Benoit Chevallier-Mames Date: Thu, 23 Dec 2021 17:22:18 +0100 Subject: [PATCH] chore: update discourse link. --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index fd1d3fb2b..f5df8826f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -75,7 +75,7 @@ html_theme_options = { "twitter_url": "https://twitter.com/zama_fhe", "icon_links": [{ "name": "Discourse", - "url": "https://community.zama.ai/", + "url": "https://community.zama.ai/c/concrete-framework/7", "icon": "fab fa-discourse", }], "navigation_depth": 2,