Skip to content

Commit

Permalink
Fix the URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Garanas committed Nov 13, 2024
1 parent 96fb929 commit f12567a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/python/changelog_overview.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def create_overview_file(input_dir: Path, output_file: Path):
'Version': version,
'Name': name,
'Date': date,
'URL': f"http://faforever.github.io/fa/{version}",
'URL': f"http://faforever.github.io/fa/changelog/{version}",
'Path': f"/lua/ui/lobby/changelog/generated/{markdown_file.stem}.lua"
}
overview_entries.append(entry)
Expand Down

0 comments on commit f12567a

Please sign in to comment.