mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-01 14:57:14 +08:00
fix(route/bugzilla): add missing prefix to example (#15818)
This commit is contained in:
@@ -9,6 +9,7 @@ const INSTANCES = new Map([
|
||||
['apache', 'bz.apache.org/bugzilla'],
|
||||
['apache.ooo', 'bz.apache.org/ooo'], // Apache OpenOffice
|
||||
['apache.SpamAssassin', 'bz.apache.org/SpamAssassin'],
|
||||
['kernel', 'bugzilla.kernel.org'],
|
||||
['mozilla', 'bugzilla.mozilla.org'],
|
||||
['webkit', 'bugs.webkit.org'],
|
||||
]);
|
||||
@@ -42,7 +43,7 @@ export const route: Route = {
|
||||
name: 'bugs',
|
||||
maintainers: ['FranklinYu'],
|
||||
handler,
|
||||
example: '/bug/webkit/251528',
|
||||
example: '/bugzilla/bug/webkit/251528',
|
||||
parameters: {
|
||||
site: 'site identifier',
|
||||
bugId: 'numeric identifier of the bug in the site',
|
||||
|
||||
Reference in New Issue
Block a user