Skip to content

Commit

Permalink
fix: free-code-camp is a bootcamp
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-north committed Sep 2, 2018
1 parent 0e661a6 commit d4d19d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/sites/bootcamps/free-code-camp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const r: Resource = {
name: 'Free Code Camp',
platforms: ['web'],
price: 0,
type: 'learning-platform',
type: 'bootcamp',
url: 'https://www.freecodecamp.org/',
};

Expand Down
1 change: 1 addition & 0 deletions src/data/sites/practice-platforms/code-wars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { Resource } from '../../resource';

const codeWars: Resource = {
categoryIds: [
['practicePlatform'],
['languages', 'clojure'],
['languages', 'c'],
['languages', 'c++'],
Expand Down

0 comments on commit d4d19d3

Please sign in to comment.