From 528bbdfcd655f4920047890cd6e754892a2569c3 Mon Sep 17 00:00:00 2001 From: destin-v <47424506+destin-v@users.noreply.github.com> Date: Thu, 3 Oct 2024 16:11:21 -0400 Subject: [PATCH] Fix broken link [x] Pdoc link was pointing to wrong location. --- noxfile.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/noxfile.py b/noxfile.py index 51e8125..f674b47 100644 --- a/noxfile.py +++ b/noxfile.py @@ -76,9 +76,9 @@ def pdoc(session: nox.Session): "-d", "google", "--logo", - "https://github.com/destin-v/dentro/blob/main/docs/pics/program_logo.png?raw=true", + "https://github.com/mit-ll/dentro/blob/main/docs/pics/program_logo.png?raw=true", "--logo-link", - "https://github.com/destin-v/dentro", + "https://github.com/mit-ll/dentro", "--math", "--mermaid", "--footer-text",