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"""