Skip to content

Commit

Permalink
Fix broken link to support/bug report
Browse files Browse the repository at this point in the history
  • Loading branch information
robinshine committed Oct 23, 2021
1 parent 18d62ab commit b15c8d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</a>
<div class="dropdown-menu">
<a wicket:id="docLink" class="dropdown-item" target="_blank">Documentation</a>
<a href="https://code.onedev.io/projects/onedev-server/issues?query=%22State%22+is+%22Open%22" class="dropdown-item" target="_blank">Support &amp; Bug Report</a>
<a href="https://code.onedev.io/projects/160/issues?query=%22State%22+is+%22Open%22" class="dropdown-item" target="_blank">Support &amp; Bug Report</a>
<a href="/help/api" class="dropdown-item" target="_blank">RESTful API</a>
</div>
</div>
Expand Down

0 comments on commit b15c8d1

Please sign in to comment.