From becd0efb334048c4b1d5e71ced6074e4e89d50d8 Mon Sep 17 00:00:00 2001 From: Abdessamad Derraz <3028866+Abdess@users.noreply.github.com> Date: Wed, 18 Mar 2026 11:28:58 +0100 Subject: [PATCH] fix: relative links in readme, commit pending changes --- README.md | 2 +- mkdocs.yml | 20 ++------------------ scripts/generate_readme.py | 2 +- 3 files changed, 4 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 3f344a4b..a5a0f078 100644 --- a/README.md +++ b/README.md @@ -40,4 +40,4 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines. This repository provides BIOS files for personal backup and archival purposes. -*Auto-generated on 2026-03-18T09:42:27Z* +*Auto-generated on 2026-03-18T10:28:48Z* diff --git a/mkdocs.yml b/mkdocs.yml index 82e7d372..b8c4fbdb 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -111,12 +111,10 @@ nav: - xrick: systems/xrick.md - Emulators: - Overview: emulators/index.md - - 00_example: emulators/00_example.md - '2048': emulators/2048.md - 3DEngine: emulators/3dengine.md - EightyOne: emulators/81.md - a5200: emulators/a5200.md - - advanced_tests: emulators/advanced_tests.md - amiarcadia: emulators/amiarcadia.md - Anarch: emulators/anarch.md - AppleWin: emulators/applewin.md @@ -276,20 +274,6 @@ nav: - Syobon Action: emulators/syobonaction.md - TamaLIBretro: emulators/tamalibretro.md - TempGBA: emulators/tempgba.md - - test: emulators/test.md - - test_netplay: emulators/test_netplay.md - - testaudio_callback: emulators/testaudio_callback.md - - testaudio_no_callback: emulators/testaudio_no_callback.md - - testaudio_playback_wav: emulators/testaudio_playback_wav.md - - testgl: emulators/testgl.md - - testgl_compute_shaders: emulators/testgl_compute_shaders.md - - testgl_ff: emulators/testgl_ff.md - - testinput_buttontest: emulators/testinput_buttontest.md - - testretroluxury: emulators/testretroluxury.md - - testsw: emulators/testsw.md - - testsw_vram: emulators/testsw_vram.md - - testvulkan: emulators/testvulkan.md - - testvulkan_async_compute: emulators/testvulkan_async_compute.md - TGB Dual: emulators/tgbdual.md - Theodore: emulators/theodore.md - The Powder Toy: emulators/thepowdertoy.md @@ -303,7 +287,6 @@ nav: - vecx: emulators/vecx.md - VeMUlator: emulators/vemulator.md - VICE: emulators/vice.md - - vidtest: emulators/vidtest.md - Vircon32: emulators/vircon32.md - Virtual Jaguar: emulators/virtualjaguar.md - VirtualXT: emulators/virtualxt.md @@ -315,4 +298,5 @@ nav: - x64sdl: emulators/x64sdl.md - Xemu: emulators/xemu.md - XRick: emulators/xrick.md -- Contributing: contributing.md +- Gap Analysis: gaps.md +- Contributing: contributing.md \ No newline at end of file diff --git a/scripts/generate_readme.py b/scripts/generate_readme.py index 0d43c035..86109ba2 100644 --- a/scripts/generate_readme.py +++ b/scripts/generate_readme.py @@ -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: