From 7a6f45e4e6ad154b3e29557d9b9d1ea3cb8f980d Mon Sep 17 00:00:00 2001 From: CRIMX Date: Tue, 15 May 2018 16:57:35 +0800 Subject: [PATCH] fix(dicts): fix COBUILD page link --- src/app-config/dicts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app-config/dicts.ts b/src/app-config/dicts.ts index 6f77cb08a..23d56725f 100644 --- a/src/app-config/dicts.ts +++ b/src/app-config/dicts.ts @@ -107,7 +107,7 @@ export function getALlDicts () { * %s will be replaced with the current word. * %z will be replaced with the traditional Chinese version of the current word */ - page: 'https://www.collinsdictionary.com/dictionary/%s', + page: 'https://www.collinsdictionary.com/dictionary/english/%s', /** * If set to true, the dict start searching automatically. * Otherwise it'll only start seaching when user clicks the unfold button.