Skip to content

Commit

Permalink
fix: discussions URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Anush008 committed Jun 11, 2023
1 parent eb4d7c9 commit a9af46f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const AICodeReviewMenu = (items: HTMLLIElement[]) => {
<span class="color-fg-muted text-small pl-1">OpenSauced.ai</span>
</div>
<div class="Label Label--success">AI</div>
<a class="ml-1 color-fg-muted d-block" target="_blank" href="https://github.com/open-sauced/discussions">
<a class="ml-1 color-fg-muted d-block" target="_blank" href="https://github.com/orgs/open-sauced/discussions">
Give feedback
</a>
</header>
Expand Down

0 comments on commit a9af46f

Please sign in to comment.