Skip to content

Commit fc83a8f

Browse files
authored
docs: updated GH link for Windows requests (#873)
1 parent fcd93fc commit fc83a8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/src/components/SupportedEnvironments.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ const SupportedEnvironments = () => {
66
<Admonition type="info" title="Supported Environments">
77
Goose currently works on <strong>macOS</strong> and <strong>Linux</strong> systems and supports both <strong>ARM</strong> and <strong>x86</strong> architectures. If you'd like to request support for additional operating systems, please{" "}
88
<a
9-
href="https://github.com/block/goose/issues/new?template=Blank+issue"
9+
href="https://github.com/block/goose/discussions/867"
1010
target="_blank"
1111
rel="noopener noreferrer"
1212
>
13-
open an issue on GitHub
13+
vote on GitHub
1414
</a>.
1515
</Admonition>
1616
);

0 commit comments

Comments
 (0)