From 055cad34c87ab85abd335d92c9f2b4b5a2861bb4 Mon Sep 17 00:00:00 2001 From: Andvari <31068367+dzx-dzx@users.noreply.github.com> Date: Sun, 3 Sep 2023 09:39:43 +0800 Subject: [PATCH] Update common.js --- lib/v2/reuters/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/v2/reuters/common.js b/lib/v2/reuters/common.js index 256d68e5a087f5..c8e7b6f4a2b4b7 100644 --- a/lib/v2/reuters/common.js +++ b/lib/v2/reuters/common.js @@ -114,7 +114,7 @@ module.exports = async (ctx) => { title, description, image: 'https://www.reuters.com/pf/resources/images/reuters/logo-vertical-default-512x512.png?d=116', - link: `https://www.reuters.com/${section_id}`, + link: `https://www.reuters.com${section_id}`, item: items, }; };