Skip to content

Commit 611dd9e

Browse files
authored
Merge branch 'master' into master
2 parents 0223193 + 5b2a0fb commit 611dd9e

File tree

1 file changed

+1
-1
lines changed
  • packages/angular-cli/tasks

1 file changed

+1
-1
lines changed

packages/angular-cli/tasks/doc.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const opn = require('opn');
33

44
export const DocTask: any = Task.extend({
55
run: function(keyword: string) {
6-
const searchUrl = `https://angular.io/docs/ts/latest/api/#!?apiFilter=${keyword}`;
6+
const searchUrl = `https://angular.io/docs/ts/latest/api/#!?query=${keyword}`;
77
return opn(searchUrl, { wait: false });
88
}
99
});

0 commit comments

Comments
 (0)