mirror of
https://github.com/Abdess/retrobios.git
synced 2026-06-15 17:12:48 +00:00
fix: relative links in readme, commit pending changes
This commit is contained in:
parent
09ebaa9316
commit
becd0efb33
3 changed files with 4 additions and 20 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue