docs: link notOperational to issue search

This commit is contained in:
DIYgod 2023-12-04 00:31:36 +08:00
parent 878555388b
commit faa249f59b
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ export default function Route({
<div className={`routeBlock ${notOperational ? "notOperational" : ""}`} id={path}>
<p className="badges">
{notOperational && (
<Link to="https://github.com/DIYgod/RSSHub/issues/new?assignees=&labels=RSS+bug&projects=&template=bug_report_en.yml">
<Link to={`https://github.com/search?q=repo:DIYgod/RSSHub+%22${path}%22&type=issues`}>
<Badge type="caution"><Translate id="badge.notOperational" /></Badge>
</Link>
)}