diff options
author | Emile <git@emile.space> | 2022-05-31 01:16:01 +0200 |
---|---|---|
committer | Emile <git@emile.space> | 2022-05-31 01:16:01 +0200 |
commit | 02afcfe1b03fb2f45ea33ab1f9b9fa468f21434a (patch) | |
tree | 3086f02c34c69d21b0aa3ea50dc6aa9398f34a0a | |
parent | 9968e36e43bab59cff834569cd87e7ce8c78b9d8 (diff) |
fixed red rocket link
-rw-r--r-- | teams.dot | 2 | ||||
-rw-r--r-- | teams.svg | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/teams.dot b/teams.dot index 8a66b18..8304fa8 100644 --- a/teams.dot +++ b/teams.dot @@ -33,7 +33,7 @@ digraph teams { "KITCTF" [href="https://ctftime.org/team/7221"]; "Eat Sleep Pwn Repeat" [href="https://ctftime.org/team/15712"]; "Flux Fingers" [href="https://ctftime.org/team/551"]; - "Red Rocket" [href="https://allesctf.net/"]; + "Red Rocket" [href="https://ctftime.org/team/48677"]; "Alles!" [href="https://ctftime.org/team/18419"]; "ENOFLAG" [href="https://ctftime.org/team/1438"]; "FAUST" [href="https://ctftime.org/team/550"]; diff --git a/teams.svg b/teams.svg index 4ded9ff..4d0f22f 100644 --- a/teams.svg +++ b/teams.svg @@ -291,7 +291,7 @@ <!-- Red Rocket --> <g id="node20" class="node"> <title>Red Rocket</title> -<g id="a_node20"><a xlink:href="https://allesctf.net/" xlink:title="Red Rocket"> +<g id="a_node20"><a xlink:href="https://ctftime.org/team/48677" xlink:title="Red Rocket"> <ellipse fill="none" stroke="#4285f4" cx="325.28" cy="-817.71" rx="56.59" ry="18"/> <text text-anchor="middle" x="325.28" y="-814.01" font-family="JetBrains Mono" font-size="14.00" fill="#4285f4">Red Rocket</text> </a> |