fix: relative links in readme, commit pending changes

This commit is contained in:
Abdessamad Derraz
2026-03-18 11:28:58 +01:00
parent 09ebaa9316
commit becd0efb33
3 changed files with 4 additions and 20 deletions

View File

@@ -21,7 +21,7 @@ sys.path.insert(0, os.path.dirname(__file__))
from common import load_database, compute_coverage
SITE_URL = "https://abdess.github.io/retrobios/"
RELEASE_URL = "https://github.com/Abdess/retrobios/releases/latest"
RELEASE_URL = "../../releases/latest"
def generate_readme(db: dict, platforms_dir: str) -> str: