forked from Washeh/QAI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlinks.py
More file actions
18 lines (14 loc) · 783 Bytes
/
links.py
File metadata and controls
18 lines (14 loc) · 783 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
LINKS = {
"forum": "http://forums.faforever.com/forums/index.php",
"support": "http://forums.faforever.com/forums/viewforum.php?f=3",
"wiki": "http://wiki.faforever.com/index.php?title=Main_Page",
"news": "http://www.faforever.com/news/",
"replay": "http://replay.faforever.com/ID",
"unitsdb": "http://content.faforever.com/faf/unitsDB/",
"namechange": "http://app.faforever.com/faf/userName.php",
"clans": "http://www.faforever.com/clans/clans_list",
"github": "https://github.com/FAForever",
"replayparser": "http://fafafaf.bitbucket.org/",
"tumblr": "http://fafreactions.tumblr.com/",
"trainers": "http://wiki.faforever.com/index.php?title=User_Groups#Trainers",
}