From 70c799c9d4e92124b2957013b7a15233a29786bc Mon Sep 17 00:00:00 2001 From: guillemdb Date: Sat, 21 Sep 2024 21:38:55 +0200 Subject: [PATCH] Fix typo Signed-off-by: guillemdb --- docs/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 81b5389..fa3801d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -111,8 +111,8 @@ def __getattr__(cls, name): # html_logo = "_static/logo-wide.svg" # html_favicon = "_static/logo-square.svg" html_theme_options = { - "github_url": "https://github.com/poolsideai/fragile", - "repository_url": "https://github.com/poolsideai/fragile", + "github_url": "https://github.com/fragiletech/plangym", + "repository_url": "https://github.com/fragiletech/plangym", "repository_branch": "gh-pages", "home_page_in_toc": True, "path_to_docs": "docs",