From d42c13eacb035b1433ac08e845f4012c831403a7 Mon Sep 17 00:00:00 2001 From: Peter Norvig Date: Fri, 16 Jul 2021 13:53:25 -0700 Subject: [PATCH] Update pytudes.py --- py/pytudes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/pytudes.py b/py/pytudes.py index c2033de..a468220 100644 --- a/py/pytudes.py +++ b/py/pytudes.py @@ -28,7 +28,7 @@ def pys(*pyfiles): def py(url, description, doc=''): """Make a markdown table entry for a .py file.""" if doc: doc = f'[documentation]({doc})' - return f'|[{url}](/blob/main/py/{url})|*{description}*|{doc}|' + return f'|[{url}](/py/{url})|*{description}*|{doc}|' body = f"""