From 5cd9b0499eb9fcbc797e86ea4fdfc598f489b9f6 Mon Sep 17 00:00:00 2001 From: AmosChenYQ Date: Tue, 14 Apr 2020 19:19:05 +0800 Subject: [PATCH] fix: route to github website instead of baidu when error (#4438) --- lib/routes/universities/tjpyu/ooa.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/routes/universities/tjpyu/ooa.js b/lib/routes/universities/tjpyu/ooa.js index f41ed1d93..d08b386c3 100644 --- a/lib/routes/universities/tjpyu/ooa.js +++ b/lib/routes/universities/tjpyu/ooa.js @@ -2,7 +2,7 @@ const got = require('@/utils/got'); const cheerio = require('cheerio'); const ooa_base_url = 'http://oaa.tju.edu.cn/'; -const repo_url = 'https://www.baidu.com'; +const repo_url = 'https://github.com/DIYgod/RSSHub/issues'; module.exports = async (ctx) => { const type = ctx.params && ctx.params.type;