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;