diff --git a/src/public/components/Config.tsx b/src/public/components/Config.tsx index 89c9ba92..650a69bf 100644 --- a/src/public/components/Config.tsx +++ b/src/public/components/Config.tsx @@ -1,5 +1,5 @@ export const DISCORD_INVITE = "https://discord.gg/GpC6YFrf4h"; -export const CHALLENGES_URL = "https://github.com/acmucsd/sdctf-2022"; +export const CHALLENGES_URL = "https://github.com/acmucsd/sdctf-2023"; export const SIGNUP_URL = "https://ctf.sdc.tf"; export const CONTACT_LINK = "mailto:cyber@acmucsd.org"; export const SPONSOR_PACKET = "https://drive.google.com/file/d/12DBZkeSBVT4MwYjSwcVF2uct84nouBPP/view"; diff --git a/src/public/index.tsx b/src/public/index.tsx index d653c585..7011713b 100644 --- a/src/public/index.tsx +++ b/src/public/index.tsx @@ -30,19 +30,19 @@ export default class Main extends Component { "San Diego CTF is a 48-hour jeopardy style CTF with static scoring. Challenges vary across the disciplines of Open Source Intelligence, Cryptography, Web Hacking, Reverse Engineering, Binary Exploitation, Forensic Analysis, and others. At the end of a 48 hour period, the teams participating are ranked by number of points, with ties broken by who reached that number of points first.", "Non-UCSD teams have no size limit. Monetary prizes are planned but not finalized. At the conclusion of the competition, challenge and solution source code will be made publicly available." ]}> - +
+ GZCTF Repo