Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: wrong doc link of beijing municipal health commission #3959

Merged
merged 21 commits into from
Feb 15, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
c603f4f
feat: add 三界异次元
luyuhuang Nov 16, 2019
5397847
feat: add routes for Emi and Alter
luyuhuang Nov 17, 2019
af1549c
Merge branch 'master' into master
DIYgod Nov 19, 2019
ea9ec37
Merge upstream/master into master
luyuhuang Nov 21, 2019
6d0408c
Merge remote-tracking branch 'upstream/master'
luyuhuang Nov 21, 2019
4b757fb
Merge remote-tracking branch 'upstream/master'
luyuhuang Nov 24, 2019
b3b8b50
Merge remote-tracking branch 'upstream/master'
luyuhuang Dec 3, 2019
a676cdc
Merge branch 'master' of github.com:luyuhuang/RSSHub
luyuhuang Dec 8, 2019
dd4490d
Merge remote-tracking branch 'upstream/master'
luyuhuang Dec 8, 2019
82c8c5a
fix: remove duplicate docs
luyuhuang Dec 8, 2019
024809a
Merge remote-tracking branch 'upstream/master'
luyuhuang Dec 13, 2019
865118f
Merge remote-tracking branch 'upstream/master'
luyuhuang Jan 11, 2020
2cc753d
Merge remote-tracking branch 'upstream/master'
luyuhuang Jan 15, 2020
83ac8c5
Merge remote-tracking branch 'upstream/master'
luyuhuang Jan 22, 2020
bfa8c4f
Merge remote-tracking branch 'upstream/master'
luyuhuang Jan 25, 2020
e803964
Merge remote-tracking branch 'upstream/master'
luyuhuang Feb 1, 2020
5401fea
Merge remote-tracking branch 'upstream/master'
luyuhuang Feb 5, 2020
8a9e1eb
Merge remote-tracking branch 'upstream/master'
luyuhuang Feb 10, 2020
8a7c328
add route for beijing municipal health commission
luyuhuang Feb 10, 2020
696a7f1
fix: wrong doc link of beijing municipal health commission
luyuhuang Feb 11, 2020
4e52783
merge upstream/master into bmhc
luyuhuang Feb 11, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: wrong doc link of beijing municipal health commission
  • Loading branch information
luyuhuang committed Feb 11, 2020
commit 696a7f1199c35f14762dfcae250f61596d649da3
2 changes: 1 addition & 1 deletion assets/radar-rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -1241,7 +1241,7 @@
wjw: [
{
title: '北京卫生健康委员会',
docs: 'https://docs.rsshub.app/government.html#zhong-yang-ji-wei-guo-jia-jian-wei',
docs: 'https://docs.rsshub.app/government.html#bei-jing-shi-wei-sheng-jian-kang-wei-yuan-hui',
source: '/xwzx_20031/:caty',
target: '/gov/beijing/mhc/:caty',
},
Expand Down
2 changes: 1 addition & 1 deletion lib/routes/gov/beijing/mhc.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const config = {
module.exports = async (ctx) => {
const cfg = config[ctx.params.caty];
if (!cfg) {
throw Error('Bad category. See <a href="https://docs.rsshub.app/government.html#zhong-yang-ji-wei-guo-jia-jian-wei">docs</a>');
throw Error('Bad category. See <a href="https://docs.rsshub.app/government.html#bei-jing-shi-wei-sheng-jian-kang-wei-yuan-hui">docs</a>');
}

const current_url = url.resolve(root_url, cfg.link);
Expand Down