Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Tom listings route update #1159

Merged
merged 2 commits into from
Apr 6, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
update nav links
  • Loading branch information
tladendo committed Apr 6, 2017
commit 745b07e0a2841828b119f9af9737e3ed50b1af34
6 changes: 3 additions & 3 deletions app/sitemap/sitemap.jade
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@

ul
li
a(href="/challenges/design/active") Design Challenges
a(href="/challenges/#&tracks=develop&mode=6&name=All%20Challenges") Design Challenges
li
a(href="/challenges/develop/active") Development Challenges
a(href="/challenges/#&tracks=design&mode=6&name=All%20Challenges") Development Challenges
li
a(href="/challenges/data/active") Data Science Challenges
a(href="/challenges/#&tracks=datasci&mode=6&name=All%20Challenges") Data Science Challenges
li
a(href="//arena.topcoder.com/") Single Round Matches

Expand Down