Skip to content

Commit

Permalink
demo: fix typeahead wikipedia demo
Browse files Browse the repository at this point in the history
  • Loading branch information
pkozlowski-opensource committed Jul 29, 2016
1 parent d404589 commit e9fe7e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export class WikipediaService {
constructor(private _jsonp: Jsonp) {}

search(term: string) {
let wikiUrl = 'http://en.wikipedia.org/w/api.php';
let wikiUrl = 'https://en.wikipedia.org/w/api.php';
let params = new URLSearchParams();
params.set('search', term);
params.set('action', 'opensearch');
Expand Down

0 comments on commit e9fe7e0

Please # to comment.