From ed64e0375120ebe9f5d737a08604d2f61f26b20c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20P=C3=A9rez=20Lorenzo?= Date: Mon, 27 Jan 2025 07:27:16 +0000 Subject: [PATCH] chore: fix menu links --- learning/python/lib_perfspec.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/learning/python/lib_perfspec.py b/learning/python/lib_perfspec.py index f3bb0ba..58c608a 100644 --- a/learning/python/lib_perfspec.py +++ b/learning/python/lib_perfspec.py @@ -15,8 +15,8 @@ def _(): date="2025", version="1.0", repo='https://repo.jesusperez.pro/jesus/perfspec-learning', - about='https://repo.jesusperez.pro/jesus/perfspec-learning/src/branch/main/about', - intro='https://repo.jesusperez.pro/jesus/perfspec-learning/src/branch/main/intro', + about='https://repo.jesusperez.pro/jesus/perfspec-learning/src/branch/main/about.md', + intro='https://repo.jesusperez.pro/jesus/perfspec-learning/src/branch/main/intro.md', image='https://repo.jesusperez.pro/jesus/perfspec-learning/media/branch/main/imgs/prefSPEC-learning.png', ) return app