Skip to content

Commit

Permalink
fix(chall-ops): udpate chall readme links
Browse files Browse the repository at this point in the history
  • Loading branch information
apogiatzis committed May 1, 2024
1 parent 4e5e08a commit 10d34de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/generate-readme/entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def main():
challenge = parse_challenge(directory)
category = challenge["category"]
challenge["dir"] = directory
challenge["docker_compose_url"] = urljoin("https://raw.githubusercontent.com/cybermouflons/CCSC-CTF-2023/master/", f"{directory}/docker-compose.yml")
challenge["docker_compose_url"] = urljoin("https://raw.githubusercontent.com/cybermouflons/CCSC-CTF-2024/master/", f"{directory}/docker-compose.yml")
if category not in challenge_categories:
challenge_categories[category] = []
challenge_categories[category].append(challenge)
Expand Down

0 comments on commit 10d34de

Please sign in to comment.