Skip to content

Commit

Permalink
fixed broken avro-latest.js path
Browse files Browse the repository at this point in the history
  • Loading branch information
torifat committed Nov 11, 2011
1 parent ba3b5fc commit cf497b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avro-phonetic.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function enable_avro() {
if (this.readyState == 'complete') avro_js_loader();
}
script.onload= avro_js_loader;
script.src= 'https://raw.github.com/torifat/jsAvroPhonetic/master/src/avro-latest.js';
script.src= 'https://raw.github.com/torifat/jsAvroPhonetic/master/dist/avro-latest.js';
root.appendChild(script);

}
Expand Down

0 comments on commit cf497b1

Please sign in to comment.