Skip to content
Open
Changes from all commits
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The page uses some mockup json data defined in javascript, allowing the user to

The results obtained by the CSC1903.search method are returned as a "weight-sorted" array, where the "weight" of each result depends on the number of occurrence of the matching search terms. Best match is the result with the most weight.

Classes are tested with [Jasmine](http://pivotal.github.com/jasmine/), source for test classes can be found inside the folder <strong>./src/test/spec</strong>.
Classes are tested with [Jasmine](https://jasmine.github.io/), source for test classes can be found inside the folder <strong>./src/test/spec</strong>.

Main class is inside the folder <strong>./src/main/js</strong>.

Expand Down