Skip to content

Commit ed95d1d

Browse files
authored
update discussion link to latest (#55240)
1 parent b5a3719 commit ed95d1d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/search/components/input/SearchOverlay.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -745,10 +745,7 @@ export function SearchOverlay({
745745
onClick={async () => {
746746
if (await getIsStaff()) {
747747
// Hubbers users use an internal discussion for feedback
748-
window.open(
749-
'https://github.com/github/docs-engineering/discussions/5295',
750-
'_blank',
751-
)
748+
window.open('https://github.com/github/docs-team/discussions/5172', '_blank')
752749
} else {
753750
// TODO: On ship date set this value
754751
// window.open('TODO', '_blank')

0 commit comments

Comments
 (0)