Skip to content

Commit

Permalink
fix: recategorize cyber-dojo and code-wars
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-north committed Sep 2, 2018
1 parent d4d19d3 commit 06496fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/data/sites/practice-platforms/code-wars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const codeWars: Resource = {
name: 'Codewars',
platforms: ['web'],
price: 0,
type: 'game',
type: 'practice-platform',
url: 'https://www.codewars.com/',
};

Expand Down
2 changes: 1 addition & 1 deletion src/data/sites/practice-platforms/cyber-dojo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const cyberDojo: Resource = {
name: 'Cyber Dojo',
platforms: ['web'],
price: 0,
type: 'game',
type: 'practice-platform',
url: 'http://cyber-dojo.org/',
};

Expand Down

0 comments on commit 06496fc

Please sign in to comment.